-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Medium
-
Component/s: Ecosystem
-
Severity 2 - Major
Summary
When creating integrations for Jira and using 3LO for apps, invoking https://api.atlassian.com/ex/jira/<cloudid>/rest/api/3/project returns links that are still in version 2, and when they are accessed, that results in an HTTP 403 - Forbidden. Invoking invoking https://api.atlassian.com/ex/jira/<cloudid>/rest/api/2/project results in a 403 as well
Steps to replicate
- Go through this until you get to: https://api.atlassian.com/oauth/token/accessible-resources
- Make a call to https://api.atlassian.com/ex/jira/<cloudid>/rest/api/3/project and replace cloud-id
- Notice that links are in version 2:
- Try to invoke https://api.atlassian.com/ex/jira/<cloudid>/rest/api/2/project and returned 403
- is blocked by
-
CRANE-1958 Loading...
- is depended on by
-
DEVHELP-1804 Loading...