Draft: Jira Connect OAuth full context
What does this MR do?
This MR shows the full context of the changes regarding #284211 (closed)
We decided to split the work up into two MRs:
How to setup and validate locally (strongly suggested)
- Start a Gitpod and open the rails console
bundle exec rails console
- Enable the feature flag
Feature.enable(:jira_connect_oauth)
- On your GitLab instance, go to admin -> applications
- Create a new app with, Name:
Jira Connect
, Redirect URI:YOUR_GITPOD_INSTANCE/-/jira_connect/oauth_callbacks
, Scopes:api
, Trusted: No, Confidential: No - Copy Application ID
- Go to gitpod.io/variables
- Create a new variable with name
JIRA_CONNECT_OAUTH_CLIENT_ID
, scope*/*
and paste the Application ID as value.
Edited by Andy Schoenen