-
Notifications
You must be signed in to change notification settings - Fork 128
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
[GH-993]: added support for subtasks in subscriptions #1095
Conversation
@mickmister Added the first part of the changes as per our discussion on #993. Please have a look |
webapp/src/components/modals/create_issue/__snapshots__/create_issue_form.test.tsx.snap
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@raghavaggarwal2308 found a issue while testing this PR.
Issue: After creating the subtask, added subscriptions are not shown.
Step to reproduce:
- Create a new JIRA subscription for any channel
- Select the subtask for that subscription
- Create a new subtask
- Check the bot message on the channel
Expected: Subscription part is present in the bot message
Actual: Subscription part is missing in the bot message
Note: Mattermost Version: 8.1.0
@AayushChaudhary0001 You have to enable the below setting in system console to see that: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Working fine, Approved
Summary
Added functionality to support
subtasks
Jira subscription.Screenshots
Old
New
Issues
Fixes #993
Fixes #859