Skip to content

Draft: Add Jira connect oauth redirect controller

Andy Schoenen requested to merge 325278-jira-connect-oauth-redirect into master

What does this MR do?

Related to #284211 (closed)

https://youtu.be/uGbXNM2JEi8

How to try

  1. Start a gitpod on this branch
  2. On yout gitpod instance, go to admin -> applications
  3. Create a new app
  4. callback url: YOUR_GITPOD_INSTANCE/-/jira_connect/oauth_callbacks
  5. scopes: api
  6. Copy Application ID
  7. Replace client_id in app/views/jira_connect/subscriptions/index.html.haml#L19 with the copied Application ID
Edited by Andy Schoenen

Merge request reports