I have tired a url to fetch the status of the Jira-
http://localhost:8075/rest/api/2/issue/ISSUE-2?fields=status
Response:
"status": {
XXXX
XXXX
"name": "To Do",
"id": "10061",
"statusCategory": {
XXX
XXX
"name": "To Do"
}
}
Question :
How can i get only status value "name": "To Do" from URL ?
Hi @Abineshwari Mariappan Welcome to Atlassian Community!
API response is correct. API gives completed details of Status and status category.
If you export this json reponse in csv you will see seperate column of a Status or you can directly export data into CSV. It's not feasible to change API response.
Thanks
V.Y
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.