Skip to main content

GET List Test Case Priorities

Retrieves the list of available test case priorities for a Jira project.

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}}


Generate a Token from Vansah

Request Query Parameters


startAt

{{startAt}}

Optional Rows start at e.g start at 5 out of 15 rows , it will fetch 10 rows from 5 to 15 (for pagination)

limit

{{limit}}

Optional Number of rows to be displayed , default 50

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.

Did this answer your question?