How do I connect JIRA to Knowi?
Creating the REST datasource connection:
Datasource Name: <name of your choice>
REST Host: https://<domain-name>.atlassian.net/rest/api/<api-version>/
Authentication Type: Basic
Query configuration example for tickets:
Endpoint: search
Headers: Authorization: Basic <your_api_key>
- Create your API key here: https://id.atlassian.com/manage-profile/security/api-tokens
URL Params (example): jql="<jql query>"&maxResults=100
Paging - Response Field Name: issues
Paging - URL parameter name: startAt
Paging Response type: Response is Array and get count of elements
Limit pages: <enter limit>
- Defaults to 100 pages if empty
Cloud9QL Transformations (example): select expand(issues); select expand(fields);
-
Official comment
JIRA REST API Documentation: https://developer.atlassian.com/server/jira/platform/rest-apis/
Comment actions
Please sign in to leave a comment.
1 comment