Skip to content

Commit

Permalink
Update Jira Cloud to use OAuth2.0 (#111493)
Browse files Browse the repository at this point in the history
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
wangch079 and kibanamachine authored Sep 12, 2021
1 parent 531f849 commit fc8e834
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export const staticSourceData = [
hasOauthRedirect: true,
needsBaseUrl: true,
documentationUrl: CONFLUENCE_DOCS_URL,
applicationPortalUrl: 'https://developer.atlassian.com/apps/',
applicationPortalUrl: 'https://developer.atlassian.com/console/myapps/',
},
objTypes: [
SOURCE_OBJ_TYPES.PAGES,
Expand Down Expand Up @@ -320,11 +320,11 @@ export const staticSourceData = [
addPath: ADD_JIRA_PATH,
editPath: EDIT_JIRA_PATH,
configuration: {
isPublicKey: true,
isPublicKey: false,
hasOauthRedirect: true,
needsBaseUrl: false,
needsBaseUrl: true,
documentationUrl: JIRA_DOCS_URL,
applicationPortalUrl: '',
applicationPortalUrl: 'https://developer.atlassian.com/console/myapps/',
},
objTypes: [
SOURCE_OBJ_TYPES.EPICS,
Expand Down

0 comments on commit fc8e834

Please sign in to comment.