Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🐛 Don't return issueTypes with the subtask flag set (#440)
New issues that belong to issue types with the `subtask` flag set (including the "Sub-task" built in issue type) are required to have a parent issue set. We don't support setting the parent issue, so exporting migration waves as issues of such types will fail. To fix this, avoid returning issue types with the `subtask` flag set from the `/trackers/:id/projects/:pid/issuetypes` endpoint. Fixes https://issues.redhat.com/browse/MTA-870 by removing the option to export as a Sub-task. Signed-off-by: Sam Lucidi <[email protected]>
- Loading branch information