JQL
Custom JQL Query
POST
Custom JQL Query
JQL is currently in maintenance mode. We recommend discontinuing use of JQL and using an alternate method to get the data you need. Below are alternatives for common use cases and you need help deciding the best method for you, reach out to support.
- Raw Event export: Export API or Data Pipelines
- User Profile export: Engage Query API or Data Pipelines
- Other reporting: Query API or in-app Core Reports
- The Query API has a rate limit of 60 queries per hour and a maximum of 5 concurrent queries.
- Queries will timeout after 2 minutes of run-time.
- You cannot make remote network requests (using XMLHttpRequest) from JavaScript.
- Queries to the JQL endpoint contribute to Query API rate limit and have their own individual limit as well. There is a maximum of 5 concurrent queries and of 60 queries per hour. There is also a 5 GB limit on data that can be processed in a single query, and a 2 GB limit on the resulting output data.
Authorizations
Service Account
Query Parameters
Required if using service account to authenticate request.
The id of the workspace if applicable.
Body
application/x-www-form-urlencoded
Response
200 - application/json
Success
Custom JQL Query