1
0
mirror of synced 2025-12-23 11:54:18 -05:00
Files
docs/content/admin/user-management/managing-projects-using-jira.md
Jason Etcovitch caaee7a124 Update all files to use {% data %} (#15253)
* Add back changes from prior to purge

* Manually fix some invalid Liquid

* Updoot render-content

* Improve test messages to show correct output

* Run el scripto

* Pass the remaining test
2020-09-29 16:01:04 -04:00

2.8 KiB

title, intro, redirect_from, versions
title intro redirect_from versions
Managing projects using JIRA You can integrate JIRA with {% data variables.product.prodname_enterprise %} for project management.
/enterprise/admin/guides/installation/project-management-using-jira/
/enterprise/admin/articles/project-management-using-jira/
/enterprise/admin/developer-workflow/managing-projects-using-jira
/enterprise/admin/developer-workflow/customizing-your-instance-with-integrations
/enterprise/admin/user-management/managing-projects-using-jira
enterprise-server
*

Connecting JIRA to a {% data variables.product.prodname_enterprise %} organization

  1. Sign into your {% data variables.product.prodname_enterprise %} account at http[s]://[hostname]/login.
  2. In the upper right corner of any page, click the account settings (gear) icon.
  3. In the left sidebar, click the name of your organization.
  4. In the left sidebar, click Applications.
  5. In the upper right corner of the Organization applications box, click Register new application.
  6. Fill in the application settings:
    • In the Application name field, type "JIRA".
    • In the Homepage URL field, type the full URL of your JIRA instance.
    • In the Authorization callback URL field, type the full URL of your JIRA instance.
  7. Click Register application.
  8. At the top of the page, note the Client ID and Client Secret. You will need these for configuring your JIRA instance.

JIRA instance configuration

  1. On your JIRA instance, log into an account with administrative access.
  2. At the top of the page, click the settings (gear) icon.
  3. In the settings dropdown, choose Add-ons.
  4. In the left sidebar, under Source control, click DVCS accounts.
  5. Click Link Bitbucket or GitHub account.
  6. In the Add New Account modal, fill in your {% data variables.product.prodname_enterprise %} settings:
    • From the Host dropdown menu, choose GitHub Enterprise.
    • In the Team or User Account field, type the name of your {% data variables.product.prodname_enterprise %} organization or personal account.
    • In the OAuth Key field, type the Client ID of your {% data variables.product.prodname_enterprise %} developer application.
    • In the OAuth Secret field, type the Client Secret for your {% data variables.product.prodname_enterprise %} developer application.
    • If you don't want to link new repositories owned by your {% data variables.product.prodname_enterprise %} organization or personal account, unselect Auto Link New Repositories.
    • If you don't want to enable smart commits, unselect Enable Smart Commits.
    • Click Add.
  7. Review the permissions you are granting to your {% data variables.product.prodname_enterprise %} account and click Authorize application.
  8. If necessary, type your password to continue.