-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
9.12.26, 10.3.9, 11.0.0
-
9.12
-
1
-
Severity 3 - Minor
-
Issue Summary
According to Share plan and export data from Advanced Roadmaps, users should be able to embed an Advanced Roadmaps for Jira (ARJ) Plan or Program in an <iframe> tag to be displayed on an external page. However, this feature is broken for users using Chromium 80+ and/or Jira 10.0+.
The two root causes are:
- Tomcat's session cookie (JSESSIONID) isn't set with the "SameSite=None; Secure" for cross-site access. This is a requirement in modern versions of Chromium and is tracked on JRASERVER-70471: Implement SameSite policy support.
- Jira 10's endpoint security mechanism (developer announcement) redirects users to the login page.
Steps to Reproduce
- Install Jira Software 10.0+.
- Create a new ARJ Plan.
- Generate a new <iframe> from share > embed.
- Paste the <iframe> into an external HTML page and open it in a Chromium-based browser.
Expected Results
- User sees a "Login to view the plan" prompt in the embed.
- Clicking login opens Jira's login page in a new tab.
- After logging in, the embed reloads and displays the plan.
Actual Results
The "frowning page" icon is displayed with "Host refused to connect".
If the responsible security mechanism is bypassed (unsafe), the complete Jira login page is displayed. If the user enters valid credentials here, the embed will refresh but display the login page again.
If an alternative security mechanism is bypassed (unsafe), the expected ARJ unauthenticated ("Login to view the plan") page is shown. If the user clicks login, another tab will open where they can successfully log in. Despite that, the embed will continue to show the unauthenticated page.
Workaround
Currently, there is no known safe workaround for this behavior. A workaround will be added here when available.
- details
-
JRASERVER-78798 Embedding Jira DC links into confluence cloud dosen't render the content.
-
- Gathering Impact
-
- is blocked by
-
JRASERVER-70471 Implement SameSite policy support
- Gathering Interest
- links to