Returns a list of all issue types visible to the user
This request has no parameters.
Returns a list of issue types.
1
2
3
4
curl --request GET \
--url 'http://{baseurl}/rest/api/2/issuetype' \
--user 'email@example.com:<api_token>' \
--header 'Accept: application/json'
Creates an issue type from a JSON representation and adds the issue newly created issue type to the default issue type scheme.
All information about the issue type.
string
string
string
The new issue type has been created.
1
2
3
4
curl --request POST \
--url 'http://{baseurl}/rest/api/2/issuetype' \
--user 'email@example.com:<api_token>' \
--header 'Content-Type: application/json'
Returns paginated list of filtered issue types