github-issue-parser icon indicating copy to clipboard operation
github-issue-parser copied to clipboard

Not Specified template-path uses the label for key instead for id

Open lythro10 opened this issue 2 years ago • 2 comments

We have removed the "with: template-path" and in returns the label instead of the ID as the key however the value is correct.

Is there a way to return the ID instead of Label for any template used?

lythro10 avatar Nov 27 '23 10:11 lythro10

There's no way to guess what the ID is from the information in the issue body, so I think you must specify the template-path.

ReenigneArcher avatar Jan 02 '24 19:01 ReenigneArcher

There is no reliable way to do this; you have to provide a template for IDs to work.

https://github.com/stefanbuck/github-issue-parser/blob/2ac1a18553a52ccc22739a40e99bf97300961e37/README.md?plain=1#L13

jamacku avatar Apr 25 '24 17:04 jamacku