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
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.