Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 1.18 KB

File metadata and controls

40 lines (30 loc) · 1.18 KB

Jira (Atlassian Cloud)

The CodeStream Jira Cloud integration requires users to go through the OAuth process. This requires a developer app in an Atlassian account to enable the OAuth handshake and grant access to the system.

Creating Developer App for OAuth

  1. Login to your Atlassian cloud account and go to the developer apps site.

  2. Create > OAuth 2.0 Integrations

  3. Distribution > Enable sharing; Also, complete the rest of the page

  4. Permissions > Add Jira API

  5. Confiure Jira Platform Rest API

    • Add View Jira Issue Data
    • Add Create and Manage Issues
    • Verify View user profiles has been added
  6. Authorization > User persistent refresh token

  7. Set callback URL like https://stg-api.codestream.us/no-auth/provider-token/jira

  8. On the Settings page, get the client ID, secret, etc.. and add them to the CodeStream server config.

    {
        "integrations": {
        	"jira": {
                "cloud": {
                "appClientId": "*************************",
                "appClientSecret": "**********************************",
                "disabled": false
            }
        }
    }