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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.