Update Jira Cloud to use OAuth2.0 (#111493)

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Chenhui Wang 2021-09-12 22:23:35 +08:00 committed by GitHub
parent 531f849f0a
commit fc8e834a75
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,
@ -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,