Get Issue TasksAsk AIget https://{hostname}/api/issue-management/v1/issuetasks/{issueId}Use this API to retrieve a list of all tasks for a specific issue.Path ParamsissueIduuidrequiredThe unique identifier of the issue. This value is obtained using the Get List of Issues API.Query Paramspageint32β₯ 0Defaults to 0The page number of the results.sizeint321 to 2000Defaults to 20The number of results per page.sortstringenumThe sort criteria that dictates the order of the results.taskName,desctaskName,asctaskName,descid,ascid,descpriority,ascpriority,desccreatedDate,asccreatedDate,descdeadline,ascdeadline,descShow 10 enum valuesResponses 200Successfully fetched tasks related to the issue 400Bad Request 401Unauthorized 403Forbidden 429Too Many Requests. For more information, see API Rate Limits. 500Invalid sort criteriaUpdated 4 months ago