-
Bug
-
Resolution: Fixed
-
Low
-
4.8.10
-
Severity 2 - Major
-
Issue Summary
The 'createmeta' endpoint Crucible uses to create issues in Jira is no longer present in Jira 9
Steps to Reproduce
- Link Crucible with Jira 9+.
- Create a code review and add a comment.
- Click 'Create issue' from a comment.
Expected Results
Crucible is able to create issue in Jira 9 as it does in Jira 8
Actual Results
Issues are not created and the following WARN message is shown on the Fisheye/Crucible logs
2023-07-17 12:20:18,400 WARN [qtp1414967210-56374 ] com.atlassian.crucible.plugins.ril.service.JiraServiceImpl JiraServiceImpl-doRestCallViaApplink - Failed to execute application link request. Server: https://jira.test.com Method: GET Url: https://jira.test.com/rest/api/2/issue/createmeta
Response: 404
Errors: Errors{errorMessages=[Issue Does Not Exist], errors={}}
Workaround
none available currently
Unfortunately still broken for us if you have Jira projects with limited permission schemes attached. :-\
The issue description of this ticket is still identical but the cause is different so I've opened ticket CRC-14486 with Atlassian support, hope it reaches you soon.