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

Exclude notifications triggered by myself / generic JQL filter support #990

Open
arminus opened this issue Oct 19, 2023 · 6 comments
Open
Assignees
Labels
Awaiting Submitter Action Blocked on the author
Milestone

Comments

@arminus
Copy link

arminus commented Oct 19, 2023

Is there any way to add a filter to a subscription which would not report on any changes made by a certain Jira user account? It's kind of superfluous to get notifications for all changes I made to tickets on a private channel which I use to observe team progress.

i.e. I could image that being able to add a JQL statement like this issuekey not IN updatedBy("<userid>")to the filter could accomplish this, but there's no support for generic JQL in the subscription editor...

@raghavaggarwal2308
Copy link
Contributor

@arminus @wiggin77

Is there any way to add a filter to a subscription which would not report on any changes made by a certain Jira user account? It's kind of superfluous to get notifications for all changes I made to tickets on a private channel which I use to observe team progress.

We can achieve this by adding a new field in subscription modal ex. Exclude Users, which will accept a comma separated list of user IDs. But I am not sure if this will be useful or not. Maybe we can make it configurable?

@raghavaggarwal2308
Copy link
Contributor

@arminus I think the feature implemented in this PR #1112. Can also help in you your case to some extent.

@raghavaggarwal2308 raghavaggarwal2308 added the Awaiting Submitter Action Blocked on the author label Sep 9, 2024
@raghavaggarwal2308 raghavaggarwal2308 modified the milestones: v4.2.0, v4.3.0 Sep 18, 2024
@raghavaggarwal2308
Copy link
Contributor

@arminus I think the feature implemented in this PR #1112. Can also help in you your case to some extent.

@arminus Can you please confirm if the above PR solves your problem or you need any other help?

@raghavaggarwal2308 raghavaggarwal2308 self-assigned this Sep 18, 2024
@arminus
Copy link
Author

arminus commented Sep 18, 2024

@raghavaggarwal2308 I'm afraid it doesn't. My original issue was that I get notified on any change I make myself - which in my uscase I consider as spam/unnecessary noise on my private channel. Filtering for reporter or assignee does not help here.

@Kshitij-Katiyar
Copy link
Contributor

@arminus @wiggin77

Is there any way to add a filter to a subscription which would not report on any changes made by a certain Jira user account? It's kind of superfluous to get notifications for all changes I made to tickets on a private channel which I use to observe team progress.

We can achieve this by adding a new field in subscription modal ex. Exclude Users, which will accept a comma separated list of user IDs. But I am not sure if this will be useful or not. Maybe we can make it configurable?

As Raghav suggested, we can implement a filter in the subscription that excludes changes made by specified users. The logic from this pull request will be valuable for developing this feature. I estimate that implementation will take approximately 10-12 hours.

@wiggin77, do you think we should proceed with this?

@wiggin77
Copy link
Member

@esethna another feature for consideration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Awaiting Submitter Action Blocked on the author
Projects
None yet
Development

No branches or pull requests

4 participants