I have Bitbucket v5.1.2 and Jira software 7.0 . I wont create Application Links. When i setup link from Bitbucket i need Consumer Key , Shared Secret , Request Token URL , Access Token URL , Public Key. Where i can find this ?
Create the application link from jira to bitbucket not from bitbucket to jira. you can the check the optional function to create automatically the reciprocal link from bitbucket to jira.
I have this message
It has not been possible to retrieve the required information from https://jira_url. Therefore the link cannot be created.
I use self-signed ssl for jira and bitbucket. Also both application instaled on same server. I use apache(ajp conector) .
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Did you have a look in the logs when trying to create the link? I think there will be some SSL errors.
When connecting apps via https you need to import the public ssl certificate of your jira in the bitbucket java keystore and the public ssl certificate of your bitbucket in the java keystore of your jira.
Here is the documentation for that:
https://confluence.atlassian.com/kb/how-to-import-a-public-ssl-certificate-into-a-jvm-867025849.html
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.