Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Jira #562

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Axosoft-Ashley
Copy link

Adds support for Jira

To create a new Jira app for local stack:

  1. Go to https://developer.atlassian.com/console/myapps.
  2. Click Create => OAuth 2.0 integration.
  3. Name your application whatever you would like, and click agree.
  4. Click on Permission
  5. Click Add on User identity api, then click config and set scopes
  6. Click Add on Jira API similar to step 5 and click config => click Granular scopes and add set scopes
  7. Click on Authorization => configure on OAuth 2.0 (3LO)
  8. Set your callback url to http://localhost:3000/v1/provider-tokens/callback.
goth.UseProviders(
jira.New(os.Getenv("JIRA_KEY"), os.Getenv("JIRA_SECRET"), "http://localhost:3000/auth/jira/callback"),
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant