Integrations
Atlassian
Integrations
Atlassian
Integration template: atlassian
βFeatures
Feature | Status |
---|---|
Auth (OAuth) | β |
Sync | β |
Nango Proxy | π« (time to contribute: <1h) |
Auto-pagination | π« (time to contribute: <1h) |
API-specific rate limits | π« (time to contribute: <1h) |
We can implement missing features in <48h, just ask for it in the community.
βGetting started
Need help getting started? Get help in the community.
βAPI gotchas
- **To allow the possibility of refreshing the token. You must add
offline_access
to your scopes when creating the integration on the Nango 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
nango.getToken()
at least every 365 days to trigger a refresh. See reference here.
Add Getting Started links and Gotchas by editing this page