how to get the State of an Issue using the API ?
Hello everyone
I'm getting all issues from a project like this...
/api/admin/projects/{projectID}/issues?{fields}&{$top}&{$skip}
how can I get the status of the issue and the user who has it assigned ?
Please sign in to leave a comment.
Hello,
Please refer to the Get Value for an Issue Custom Field article that illustrates how to get the issue's custom field values.
I hope it will be helpful. Should you have any further questions, feel free to contact us.
If I understand it correctly, I have to do another call to get the state of an issue? That sounds a bit complicated. Or am I wrong?
Hi!
It depends on if you know the id of the custom field. If you do, then you only need to make one request to get field data. If not, then you first need to retrieve it as specified in the documentation above.