Forum Discussion
Soujanya-naganuri tekslate
Oct 31, 2018Copper Contributor
Issue search and excel export for JIRA, outside JIRA
I'm looking to download a list of issues from our JIRA issue list, to process further in VBA and generate a report from the issue list. I want this process to be automated from start to end so e.g. I...
itirupati
Aug 04, 2020Copper Contributor
Version 3 of the Jira https://www.bluemap.co/courses/course-detail-cisco-sd-wan.php REST API, which is the latest version.
The URIs for resources have the following structure:
https://<site-url>/rest/api/3/<resource-name>
For example, https://your-domain.atlassian.net/rest/api/3/issue/DEMO-1
Note that version 3 of the Jira Cloud platform REST API is in beta.
However, they are under development and may change.
- body in comments, including where comments are used in issue, issue link, and transition resources.
- comment in worklogs.
- description and environment fields in issues.
- textarea type custom fields (multi-line text fields) in issues. Single line custom fields (textfield) accept a string and don't handle Atlassian Document Format content.