-
Notifications
You must be signed in to change notification settings - Fork 132
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-830]: Explained the jira subscription modal in the doc #904
Conversation
* [MI-2608]: Explained the jira subscription modal in the doc. * [MI-2608]:Review fixes done 1. Modified the doc 2. Connected the doc from frontend * [MI-2608]: Review fixes done 1. Modified the administrator guide doc
Hello @Nityanand13, Thanks for your pull request! A Core Committer will review your pull request soon. For code contributions, you can learn more about the review process here. |
6. To be more specific, you can add filters as well. You can either include or exclude the particular filter by adding its type or name. For now, we have 3 types of filters : | ||
* Epic Link | ||
* Labels | ||
* Priority |
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.
For now, we have 3 types of filters :
There many other filter fields available, including custom fields. As mentioned in #583, "Basically all of them except date pickers." I know that Status is also not currently supported.
What fields have you tried to use that are not available in the feature?
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.
@mickmister
After exploring now I am getting total of 10 types of filters:
- Affects versions
- Epic Link
- Fix versions
- Labels
- Priority
And a few custom fields as well.
- Checkboxes
- Labels
- Radio Buttons
- Select List (multiple choices)
- Select List (single choice)
* [MI-2698]: Review fixes done of PR mattermost#904 * [MI-2698]: Review fixes done 1. Improved the content of a administrative guide doc
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
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.
@Nityanand13 For some reason GitHub won't let me edit the files in the PR. Can you please update with these changes?
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #904 +/- ##
==========================================
- Coverage 33.32% 33.29% -0.03%
==========================================
Files 53 53
Lines 7944 7944
==========================================
- Hits 2647 2645 -2
- Misses 5070 5072 +2
Partials 227 227 ☔ View full report in Codecov by Sentry. |
Sure @mickmister I have updated these changes. |
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
@Nityanand13 Would you please merge |
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
@Nityanand13 Gentle reminder |
@hanzei resolved the conflicts. |
...omponents/modals/channel_subscriptions/__snapshots__/edit_channel_subscription.test.tsx.snap
Outdated
Show resolved
Hide resolved
@hanzei fixed the review comment. Please re-review |
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.
Tested this PR and verified the "Learn more" link to redirect the user to the docs. Approved.
Summary
Ticket Link
Issue: #830