We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfb2748 commit 48d04caCopy full SHA for 48d04ca
samples/Jira.gs
@@ -72,8 +72,8 @@ function reset() {
72
function getService() {
73
return OAuth2.createService('Jira')
74
// Set the endpoint URLs.
75
- .setAuthorizationBaseUrl('https://accounts.atlassian.com/authorize')
76
- .setTokenUrl('https://accounts.atlassian.com/oauth/token')
+ .setAuthorizationBaseUrl('https://auth.atlassian.com/authorize')
+ .setTokenUrl('https://auth.atlassian.com/oauth/token')
77
78
// Set the client ID and secret.
79
.setClientId(CLIENT_ID)
0 commit comments