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

Subtasks are not supported in subscription modal #993

Open
mickmister opened this issue Oct 20, 2023 · 0 comments
Open

Subtasks are not supported in subscription modal #993

mickmister opened this issue Oct 20, 2023 · 0 comments

Comments

@mickmister
Copy link
Member

At the moment, we don't support selecting "subtask types" as "issue types" in the subscription modal. It seems this is on purpose based on this line:

return project.issuetypes.filter((i) => !i.subtask);

The task here is to look into the feasibility of supporting subtasks in the subscriptions feature. This would also affect the create issue modal if we were to change the line shown above.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant