Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Obtain issue status from Jira #75

Open
caruano95 opened this issue Aug 6, 2019 · 4 comments
Open

Obtain issue status from Jira #75

caruano95 opened this issue Aug 6, 2019 · 4 comments

Comments

@caruano95
Copy link

caruano95 commented Aug 6, 2019

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

@tomasbjerre
Copy link
Owner

Sure should be no problem.

@jackpowers
Copy link

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

@avivek
Copy link

avivek commented Nov 2, 2020

would enhance our workflows while using this library.

@tthornton3-chwy
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants