Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please add get issuetype by issue id #327

Open
kristianmandrup opened this issue Sep 8, 2021 · 0 comments
Open

Please add get issuetype by issue id #327

kristianmandrup opened this issue Sep 8, 2021 · 0 comments

Comments

@kristianmandrup
Copy link

https://developer.atlassian.com/cloud/jira/platform/rest/v2/api-group-issue-types/#api-rest-api-2-issuetype-id-get

GET /rest/api/2/issuetype/{id}

Response

{
  "self": "https://your-domain.atlassian.net/rest/api/2/issueType/3",
  "id": "3",
  "description": "A task that needs to be done.",
  "iconUrl": "https://your-domain.atlassian.net/secure/viewavatar?size=xsmall&avatarId=10299&avatarType=issuetype\",",
  "name": "Task", 
  "subtask": false,
  "avatarId": 1,
  "hierarchyLevel": 0
}

The name field contains the type name of the issue, here Task

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant