-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
Component/s: TWP - Integration and Linking (Backend)
-
None
-
Severity 3 - Minor
-
1
Issue Summary
When pasting a Jira Dashboard URL in a Confluence page, the URL is converted in a dashboard macro and the dashboard is displayed.
When the URL contains parameters, the macro won't resolve it and and you may see some errors:
[
{
"error": {
"type": "ResolveUnsupportedError",
"message": "URL not supported",
"status": 404
},
"status": 404
}
]
Steps to Reproduce
- Copy a Jira Dashboard URL
- Paste it in Confluence, and you'll see a dashboard macro
- Add some has or query params to the URL.
- Paste it in Confluence, the dashboard macro will not display
Expected Results
Macro resolves any URL
Actual Results
Macro throws an error
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available