Returns issue types for a project.

External Documentation

To learn more, visit the Jira documentation.

Parameters

ParameterDescription
Project IDThe ID of the project.

Example Output

[
	{
		"avatarId": 10002,
		"description": "A problem with the software.",
		"entityId": "9d7dd6f7-e8b6-4247-954b-7b2c9b2a5ba2",
		"hierarchyLevel": 0,
		"iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall\u0026avatarId=10316\u0026avatarType=issuetype\",",
		"id": "1",
		"name": "Bug",
		"scope": {
			"project": {
				"id": "10000",
				"key": "KEY",
				"name": "Next Gen Project"
			},
			"type": "PROJECT"
		},
		"self": "https://your-domain.atlassian.net/rest/api/3/issueType/1",
		"subtask": false
	},
	{
		"avatarId": 1,
		"description": "A task that needs to be done.",
		"hierarchyLevel": 0,
		"iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall\u0026avatarId=10299\u0026avatarType=issuetype\",",
		"id": "3",
		"name": "Task",
		"scope": {
			"project": {
				"id": "10000",
				"key": "KEY",
				"name": "Next Gen Project"
			},
			"type": "PROJECT"
		},
		"self": "https://your-domain.atlassian.net/rest/api/3/issueType/3",
		"subtask": false
	}
]

Workflow Library Example

Get Issue Types for Project with Jira and Send Results Via Email

Preview this Workflow on desktop