I have created a new project on JIRA and would like to connect my github repo, but I cannot connect to it . I tried to configure to the code feature , but it lands me on an empty page.
In the end I would like to see the development tab on my card t create pull request from it.
can some one help
Navigate to: Jira Admin > Applications > DVCS Accounts
Click: Link Bitbucket or GitHub Account
Select: GitHub or GitHub Enterprise, depending on your use case
Navigate to: GitHub > Settings > Developer Settings > OAuth Apps
Click: New OAuth App
Fill in the following details:
Application Name: Jira DVCS Connector
Homepage URL: https://<your-jira-domain>
Authorization Callback URL: https://<your-jira-domain>/plugins/servlet/oauth/receive-access-token
After creating the app, copy:
Client ID
Client Secret
Make sure your Jira instance is accessible from GitHub (check proxy/firewall settings)
Go back to: Jira Admin > Applications > DVCS Accounts
Click: Link GitHub Account
Enter the following:
GitHub Username or Organization
OAuth Client ID and Secret
Choose to sync either:
All repositories
Selected repositories
Jira will begin syncing commits, branches, and pull requests
Only items that include a valid Jira issue key (e.g., PROJ-101
) will appear in the Development panel on the issue
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.