using the bell in upper right of jira we can see all modification that affect ticket that we follow.
but if we are working on several projects that have differents priorities, is there a way to consult more easily these alerts ?
is there for instance a query that we can use that will display all these alert and then we could filter by project to display only alert of project XXX ?
maybe also it is possible to disable query from project YYY but it would be too much, the goal is to have still alert about all modification but being able to filter/sort them.
Hi @ribas
Enhance your Jira alert management by leveraging filters to streamline notifications across multiple projects.
To do this, create a custom filter by navigating to Issues > Search for issues and utilizing Jira Query Language (JQL).
For instance, use the query "updated >= -7d ORDER BY updated DESC" to display recent updates across projects.
Once created, save the filter and subscribe to it, setting up email notifications based on your custom criteria
To learn more - Solved: Configure notifications for myself for all activit...
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.