Actions
Feature #17919
closedNot seeing List Of Associated Subtasks in a parent Issue
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
REST API
Target version:
-
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Invalid
Description
Is there a restful API call where I can view all the associated subtask ids?
I need to know how many and which subtasks are assigned to an issue.
Please advise if this will be feature that will be developed or if it already exists? If so, can you share how to access this information?
Updated by Go MAEDA over 3 years ago
- Status changed from New to Closed
- Resolution set to Invalid
You can get subtasks by adding an 'includes=children' parameter. See Rest_Issues for details.
Actions