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.
No but the reponse is a JSON format so it should be easy to extract the relevant information.
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.