Overview
Pre-built tooling
Pre-built integrations
Access requirements
Setup guide
Useful links
API gotchas
Pre-built tooling
✅ Read & write data
✅ Read & write data
✅ Observability & data quality
✅ Observability & data quality
✅ Customization
✅ Customization
Users
Others
Access requirements
Setup guide
No setup guide yet.Contribute improvements to the setup guide by editing this page
Useful links
- Registering an App
- OAuth-related docs
- List of OAuth scopes
- API v3 docs
- OAuth app list (developer console)
- API rate limits
- Basic Auth-related docs
Contribute useful links by editing this page
API gotchas
- Refreshing tokens require the
offline_accessscope when creating the integration on the Nango UI. - You will need to fetch your Cloud ID to be able to make API requests to the Jira API v3. You can do this with the proxy by calling:
https://api.atlassian.com/ex/jira/${cloudId}/rest/api/3/<endpoint>
- 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.getConnection()at least every 365 days to trigger a refresh. See reference here. - Nango also supports
BASICauth for REST APIs in Jira. To use this feature, provide youremailas the username and yourapi_tokenas the password. To generate anapi_token, please refer to the Manage Atlassian API Tokens section - You will also need to supply your
subdomain. When logged into your Atlassian account or Jira instance, look at the URL in your web browser. Thesubdomainpart before.atlassian.netis your Jira subdomain.
Contribute API gotchas by editing this page
Connect to jira-basic
Guide to connect to jira-basic using Nango Connect.