provider Workflows GET /rest/api/3/workflow/{workflowId}/project/{projectId}/issueTypeUsages
@utdk/jira /rest/api/3/workflow/{workflowId}/project/{projectId}/issueTypeUsages
Get issue types in a project that are using a given workflow
Returns a page of issue types using a given workflow within a project.
workflowId path required
The workflow ID
string
projectId path required
The project ID
integer
nextPageToken query
The cursor for pagination
string
maxResults query
The maximum number of results to return. Must be an integer between 1 and 200.
integer

Try it

Authentication
Configure credentials for The Jira Cloud platform REST API
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

getworkflowprojectissuetypeusages
GET/rest/api/3/workflow/{workflowId}/project/{projectId}/issueTypeUsages
Returns a page of issue types using a given workflow within a project.

Parameters

required

The workflow ID

required

The project ID

The cursor for pagination

The maximum number of results to return. Must be an integer between 1 and 200.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import jira from '@utdk/jira';

await jira.getworkflowprojectissuetypeusages({
  "maxResults": 50
})