-
Notifications
You must be signed in to change notification settings - Fork 129
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
Comments
Hi @mickmister, Subscriptions
Create Issue
|
@Kshitij-Katiyar Okay so subscriptions are working correctly with subtasks after that small change 👍 Though it leaves the "create issue" modal in a partially broken state with no support for subtasks. How much effort do you think it would take to support subtasks in the "create issue" modal? We already have an issue searching thing per project, so maybe we could just reuse that code/component for searching for the parent issue. Maybe we can split this up into 2 PRs:
What do you think @Kshitij-Katiyar? |
@mickmister I think it will take about 10-12 hrs for adding support for sub-tasks in create issue modal.
@mickmister That sounds good. We can pick up the second task if there are any requests for that. |
@mickmister Created an issue for the second task. #1093 |
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:
mattermost-plugin-jira/webapp/src/utils/jira_issue_metadata.tsx
Line 63 in a86928d
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.
The text was updated successfully, but these errors were encountered: