-
Notifications
You must be signed in to change notification settings - Fork 127
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-604]: Feature to create a subscription template for Jira subscriptions. #897
base: master
Are you sure you want to change the base?
Conversation
* before changes to tests * Lint and Test fixes * removed LogDebug messages * removed unused value * Merge remote-tracking branch 'upstream/master' into issue-604 * removed unwanted change * [MI-2353]:Updated create,get and delete subscription template APIs * [MI-2353]:Fixed review fixes * [MI-2353]:Fixed review comments * [MI-2353]:Fixed review fixes * [MI-2353]:Added model constants * [MI-2369]:Created edit and get subscription template API (#17) * [MI-2369]:Created edit and get subscription template API * [MI-2369]:Fixed review fixes * [MI-2369]:added a condition Co-authored-by: Sanjay <sanjaymj@12345> Co-authored-by: sanjaydemansol <85980820+sanjaydemansol@users.noreply.github.com> Co-authored-by: sibasankarnayak <sibasankar@demansoltech.com>
Hello @Kshitij-Katiyar, 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. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #897 +/- ##
==========================================
- Coverage 33.37% 30.69% -2.69%
==========================================
Files 53 52 -1
Lines 8008 8061 +53
==========================================
- Hits 2673 2474 -199
- Misses 5112 5370 +258
+ Partials 223 217 -6 ☔ View full report in Codecov by Sentry. |
This PR has been automatically labelled "stale" because it hasn't had recent activity. |
Let's put this in the icebox as it will conflict with other work |
@Kshitij-Katiyar Can you please provide some screenshots of this PR in action? |
@mickmister Some screenshots of 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.
Hi @Kshitij-Katiyar, apologies for the late comment here. I did a quick review over the PR and left a few comments. I can give a more in-depth review once they can be addressed
Thanks for the work on this btw. This will have a big impact on the workflow of using subscriptions across a team |
/update-branch |
We don't have permissions to update this PR, please contact the submitter to apply the update. |
@wiggin77 I have synced the branch with the master |
webapp/src/components/modals/channel_subscriptions/select_channel_subscription.tsx
Outdated
Show resolved
Hide resolved
…nel_subscription.tsx Co-authored-by: Doug Lauder <wiggin77@warpmail.net>
Summary
Issue