This issue has been created
 
 
JIRA Components / cid:jira-generated-image-avatar-bedc4bf7-1c64-4c0e-87e6-eee4d2818e88 JIRA-107 Open

Update Jira Macro to use Rest API instead of XML

 
View issue   ยท   Add comment
 

Issue created

 
cid:jira-generated-image-avatar-43ea164f-fc58-4d08-84ae-9af2dd29041f Ray Haddad created this issue on 26/Jan/26 09:30
 
Summary: Update Jira Macro to use Rest API instead of XML
Issue Type: cid:jira-generated-image-avatar-bedc4bf7-1c64-4c0e-87e6-eee4d2818e88 Improvement
Assignee: Unassigned
Created: 26/Jan/26 09:30
Priority: cid:jira-generated-image-static-major-f06382be-f6ea-40cd-b94c-b11b0e67a494 Major
Reporter: Ray Haddad
Description:

The current Jira Macro uses the legacy XML Jira APIs to fetch issues, for example: 

/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml?jqlQuery=issueKey+in+%28ISSUE-1%29&tempMax=20 

The problems with this approach are:

  • this is an old endpoint that is no longer maintained, and is subject to change
  • this endpoint does not support Bearer Authentication

 

The need is to update this extension to use the Rest APIs instead, such as:

rest/api/latest/issue/ISSUE-1?expand=schema%2Cnames%2Ctransitions