I want to fetch the data of a jira issue. Is there any api call?
Hi @Sowmiya,
You can use the fields parameter in the REST call to retrieve the specific data like:
<base_url>rest/api/2/issue/<Issue key or ID>?fields=summary,priority,description
For reference see REST API docs.
Thanks,
Ram.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.