‘OKR for Jira’ provides REST API for convenience of integration with external tools.
If you need a consultation with a technical person from our team to assist you with the API use, contact us at support@digitaltoucan.com
Generating API token
To use our API you need to generate an API token.
In order to generate a token, navigate to left side menu in the OKR for Jira app. Then choose ‘Settings', and ‘API’ menu item.
On the page click on the 'Generate new token’ button in the top right corner of the page.
Copy the generated token somewhere safe. You will not be able to see it again.
Authenticating request with you API token
All requests to API should include API-Token
header, which contains token generated in previous step.
If such header is not present, you will receive 400 Bad Request response.
API Administrator table
OKR for Jira provides a way to oversee all API tokens created within your organization.
Users with the API_ADMIN_TABLE_ACCESS
permission have access to an expanded view on the API settings page.
The API administrator table allows you to see, rename or revoke any token within your organization.
API response
All API fetch methods return the same JSON object structure. The data present depends on your query parameter.