Hi,
I'm trying to access Jira from Bitbucket by clicking in the Issue link. According to this post the Allowing window should be raised in order to Allow/Deny the access. Actually, no window is being raised, so there is no way to allow the access. When I enter Jira and check the Authorized Applications under my profile, no applications are shown there. For other developers this works perfect.
Maybe some period ago the window has been raised and i clicked on Deny option by mistake.
So how can i raise this window again in order to allow the access from Bitbucket to Jira?
Thanks a lot!
Hi Zeev,
Try the following steps:
$($("tbody tr")[0]).attr("id")
The zero inside the braces is the order of Jira in your table.
If your Jira is first you write 0, if it's second you write 1, if it's third you write 2 and so on...Let me know if it works or something went wrong in the process.
Thanks,
Nir
@Nir Haimov , Thank you very much! Works perfect! Just a small fix of your solution:
#6. The URL should be of Bitbucket, not of Jira: <your-bitbucket-url>/plugins/servlet/applinks/oauth/login-dance/authorize?applicationLinkID=xxxxxxxx
Thanks again!
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.