git-changelog-lib
git-changelog-lib copied to clipboard
Obtain issue status from Jira
I see on ParsedIssue we can obtain many fields from the Jira issues, for example the issue type and description. Is there any chance we could also obtain the issue status in the same way ?
On the Jira Rest API is supposed to be as simple as ?fields=status
Sure should be no problem.
This enhancement would also be very helpful for me. Any updates?
would enhance our workflows while using this library.
This is now possible with the addition of the additionalFields functionality!
I added an additionalField of status, then in my template did: {{additionalFields.status.name}} which reported Done :)
cc: @tomasbjerre