Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JQL question - get status ID field

nir.eyal@siemens.com October 5, 2022

when I use the following call I get a long list with the issue back from the server:

response = requests.get('https://my server address/rest/api/2/issue/SF-5904?fields=status',

Is there a way to get only the status ID or status name of this issue.

 

 

1 answer

1 accepted

0 votes
Answer accepted
Florian Bonniec
Community Champion
October 5, 2022

Hi nir.eyal@siemens.com 

No but the reponse is a JSON format so it should be easy to extract the relevant information.

 

Regards

Suggest an answer

Log in or Sign up to answer