GET /rest/api/2/issuetype
Returns all issue types.
This operation can be accessed anonymously.
Permissions required: Issue types are only returned as follows:
- if the user has the Administer Jira global permission, all issue types are returned.
- if the user has the Browse projects project permission for one or more projects, the issue types associated with the projects the user has permission to browse are returned.
- if the user is anonymous then they will be able to access projects with the Browse projects for anonymous users
- if the user authentication is incorrect they will fall back to anonymous
Servers
- https://your-domain.atlassian.net
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.