✅ Authorization
✅ Read & write data
Tools | Status |
---|---|
Pre-built integrations | ✅ |
API unification | ✅ |
2-way sync | ✅ |
Webhooks from Nango on data modifications | ✅ |
Real-time webhooks from 3rd-party API | 🚫 (time to contribute: <48h) |
Proxy requests | ✅ |
✅ Observability & data quality
Tools | Status |
---|---|
HTTP request logging | ✅ |
End-to-type type safety | ✅ |
Data runtime validation | ✅ |
OpenTelemetry export | ✅ |
Slack alerts on errors | ✅ |
Integration status API | ✅ |
✅ Customization
Tools | Status |
---|---|
Create or customize use-cases | ✅ |
Pre-configured pagination | 🚫 (time to contribute: <48h) |
Pre-configured rate-limit handling | 🚫 (time to contribute: <48h) |
Per-customer configurations | ✅ |
Teams
Endpoint | Description | Readme |
---|---|---|
GET /teams-list | Fetch teams in an organisation in Jira | 🔗 |
Users
Endpoint | Description | Readme |
---|---|---|
POST /users | Creates a user in Jira. Note that this endpoint is marked as experimental and could be deprecated in the future. Products are optional and allowed params are jira-core, jira-servicedesk, jira-product-discovery, jira-software. Defaults to jira-software. Note that the last name isn’t able to be set via the API and the first name defaults to the email address. | 🔗 |
DELETE /users | Deletes a user in Jira. Note that this endpoint is marked as experimental and could be deprecated in the future. | 🔗 |
GET /users | Fetches a list of users from Jira | 🔗 |
Pre-Requisites | Status | Comment |
---|---|---|
Paid dev account | ❓ | |
Paid test account | ❓ | |
Partnership | ❓ | |
App review | ❓ | |
Security audit | ❓ |
offline_access
scope when creating the integration on the Nango UI.https://api.atlassian.com/ex/jira/${cloudId}/rest/api/3/<endpoint>
nango.getConnection()
at least every 365 days to trigger a refresh. See reference here.BASIC
auth for REST APIs in Jira. To use this feature, provide your email
as the username and your api_token
as the password. To generate an api_token
, please refer to the Manage Atlassian API Tokens sectionsubdomain
. When logged into your Atlassian account or Jira instance, look at the URL in your web browser. The subdomain
part before .atlassian.net
is your Jira subdomain.