github-issue-parser
github-issue-parser copied to clipboard
Not Specified template-path uses the label for key instead for id
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?
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.
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