Skip to content

Commit 48d04ca

Browse files
authored
New endpoint urls (#248)
1 parent cfb2748 commit 48d04ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/Jira.gs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ function reset() {
7272
function getService() {
7373
return OAuth2.createService('Jira')
7474
// Set the endpoint URLs.
75-
.setAuthorizationBaseUrl('https://accounts.atlassian.com/authorize')
76-
.setTokenUrl('https://accounts.atlassian.com/oauth/token')
75+
.setAuthorizationBaseUrl('https://auth.atlassian.com/authorize')
76+
.setTokenUrl('https://auth.atlassian.com/oauth/token')
7777

7878
// Set the client ID and secret.
7979
.setClientId(CLIENT_ID)

0 commit comments

Comments
 (0)