You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
When I want to open a new window, I get an error:the request was made in a sandboxed frame whose 'allow-popups' permission is not set.
How should I configure it?
You can now add "allow-popups-to-escape-sandbox" to the frame "attribute".
How do I do it? Are there any relevant documents or screenshots of the operation? I really need this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mockplus Is this part of Jira Core or is it an App that you have added on? If it is part of Jira Core you would have to submit a feature request to have them change their code. If it is an app then you will need to submit a request to the app developer to make the change.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Brant Schroeder , hello,
I followed the documentation here: https://developer.atlassian.com/platform/forge/build-a-hello-world-app-in-jira/
Ultimately, I want to publish my app to jira like these:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mockplus So you are creating an app, then you will just need to add the "allow-popups-to-escape-sandbox" to the frame "attribute" as stated previously in your code.
<iframe src="iframe.html" sandbox="allow-popups allow-popups-to-escape-sandbox"></iframe>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm having the same problem
@Brant Schroeder I can't see where the iframe is to set the permission
I created the app using https://developer.atlassian.com/platform/forge/build-a-custom-ui-app-in-jira/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I am also having the same issue in forge. The above mentioned answer will work for atlassian-connect apps not for forge apps.
How to use it in forge apps?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Any update on this? I also would like to allow users to visit links normally, right they are within the iframe which makes no sense.
Please set the `allow-popups` attribute to JIRA gadgets in the cloud version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.