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

[release-0.2] 🐛 Don't return issueTypes with the subtask flag set #442

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

mansam
Copy link
Collaborator

@mansam mansam commented Jul 14, 2023

Backport of #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 <slucidi@redhat.com>
@mansam mansam requested a review from jortel July 14, 2023 13:49
@mansam mansam changed the title [release-0.2] Don't return issueTypes with the subtask flag set [release-0.2] 🐛 Don't return issueTypes with the subtask flag set Jul 14, 2023
Copy link
Contributor

@jortel jortel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mansam mansam merged commit 455d6c4 into konveyor:release-0.2 Jul 17, 2023
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

Successfully merging this pull request may close these issues.

2 participants