Hi, can anyone advise as to how i can Get status if jira issue?
Much appreciated
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.