Atlassian
API configuration: atlassian
Features
🚫 (time to contribute: <48h)
Missing features can be implemented within 48 hours; contact the community.
Getting started
Looking for assistance? Join the community.
API gotchas
To allow the possibility of refreshing the token, you must add
offline_accessto your scopes when creating the integration on the Terapi UI.When you create an OAuth 2.0 (3LO) app, it's private by default. Before using the integration, you must make your app public. If you want to make your app public, find the how-to here
Refresh tokens will expire after 365 days of non-use and will expire by 90 days if the resource owner is inactive for 90 days. Make sure you call
terapi.getConnection()at least every 365 days to trigger a refresh. See reference here.
Add Getting Started links and Gotchas by editing this page.
Last updated