Get status if jira issue

Daya Naidoo September 14, 2017

Hi, can anyone advise as to how i can Get status if jira issue?

Much appreciated

1 answer

0 votes
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
September 15, 2017

Hi Daya,

How are you trying to get the status?  If you are trying to do it via the REST API you can use the following:

your.instance.url/rest/api/2/issue/{issueIdOrKey}?fields=status

I tried that and verified visually the status was correct.

Cheers,

Branden

Daya Naidoo September 18, 2017

Thanks Brande, but I get the following error:

Error.PNG

Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
September 18, 2017

Your url is wrong.  You've got control characters encoded into it which should not be there.  Try OT-1400 on its own, not %7bOT-1400%7d

Suggest an answer

Log in or Sign up to answer