| Hello, Based on Jira publication https://developer.atlassian.com/changelog/#CHANGE-2046 the following Jira API endpoint is soon going to be deprecated and removed. It is used in JIRAURLHelper.java (github link) and tests.
Jira is replacing the endpoint with /rest/api/3/search/jql (documentation link) I am unsure if this will affect the macro functionality. Jira macro seems to use legacy "Search request view" (defined in JIRAURLHelper.java):
/sr/jira.issueviews:searchrequest-xml/temp/SearchRequest.xml
Endpoint should be updated to prevent problems from its removal. It is unsure if this will affect other currently used endpoints. |