The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hello !
I'm making a Jira Cloud module for our users, but I can't find a way to get the current url or the current issue key of the page. (This is the only thing I need)
Is that possible with jira cloud app/module ?
I can't even use some JS to get the current url :(
Is that even possible to run some JS ? Haha
Thanks !
I'm available if you have any question. :)
Have a nice day !
I'm back !
For anyone who is interested into get the current url location, this is the trick :
https://developer.atlassian.com/cloud/jira/platform/jsapi/ap/
AP.getLocation(function(location){ alert(location); });
Have a nice day if you read this ! :)
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.
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.