Feature #31863
Added in the task display of the list of identifiers of subtasks. Rest api GET /issues.[format](json, xml)
Status: | New | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | REST API | |||
Target version: | - | |||
Resolution: |
Description
Welcome, I recently started using redmine via rest api, when requesting GET /issues.[format] redmine sends a list of tasks, each task contains a parent ID, if any, but no child ID, which is not very convenient. I fixed the code. Now the list of subtasks ' IDs is also displayed in the tasks during the query.
History
#1
Updated by Go MAEDA about 2 years ago
- Category changed from Issues to REST API