Jira
API configuration: jira
, jira-basic
Features
Features
Status
🚫 (time to contribute: <48h)
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
Refreshing tokens require the
offline_access
scope when creating the integration on the 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:
const response = await terapi.get();
const cloudId = response.data[0].id;
Add Getting Started links and Gotchas by editing this page.
Last updated