git-changelog-lib icon indicating copy to clipboard operation
git-changelog-lib copied to clipboard

Obtain issue status from Jira

Open caruano95 opened this issue 6 years ago • 4 comments
trafficstars

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

caruano95 avatar Aug 06 '19 19:08 caruano95

Sure should be no problem.

tomasbjerre avatar Aug 06 '19 19:08 tomasbjerre

This enhancement would also be very helpful for me. Any updates?

jackpowers avatar Mar 25 '20 14:03 jackpowers

would enhance our workflows while using this library.

avivek avatar Nov 02 '20 04:11 avivek

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

tthornton3-chwy avatar Jul 03 '23 17:07 tthornton3-chwy