View or Run in Postman
API Endpoint
{{apiUrl}}/api/v2/category/priorities
Use this endpoint to fetch priority categories configured for the specified project. The response includes pagination metadata and a list of priority objects that can be used when creating or updating test cases.
Headers
To authenticate the API request, you need to provide the Vansah Connect Token that is generated from the Jira workspace's Vansah configuration page.
Authorization | {{vansahConnectToken}}
|
Request Query Parameters
startAt | {{startAt}}
|
limit | {{limit}}
|
projectKey | {{projectKey}} Jira Project Key (Required for connect API calls), e.g. ("TEST", "PRODAPP") |
Response Body
success:
Indicates if the request was successful.message:
A message providing further details about the response.pagination:
Provides information about the pagination of the data.data:
An array of priorities returned from the API. Each priority contains the following:identifier: Unique identifier for the priority.name: Name of the priority.jiraID: The ID associated with the priority in Jira.
