I am consuming a REST GET API to get details of a JIRA Card , however I am not getting back the Stoty points for the JIRA Card.
I am calling the API as below :
https://myorg.atlassian.net/rest/api/3/issue/AB-123
Thanks in Advance.
Hi @Ram Mehta
How are you parsing the JSON data response of your API call and are you using any third-party tool like Postman?
Typically, you can get the value of the field using:
fields.customfield_xxxxx
where 'xxxxx' is the custom field id of 'Story Points'.
Hope this helps.
Thanks,
Vamsi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.