Hello,
I have a filer on the dashboard when shows issues I have been mentioned in over a five day period. I would like to "check off" the mention once I have reviewed it. It does not look like I can edit a filter view on the dashboard. I know I can remove the mention, I just wondered if anyone else has ideas on how to manage a "mentions" workflow.
Thank you,
Hi @Mary Kable -- Welcome to the Atlassian Community!
Perhaps you could modify your JQL to also check the lastViewed: https://support.atlassian.com/jira-software-cloud/docs/jql-fields/#Last-viewed
For example:
project = yourProject
AND NOT lastViewed > startOfDay(-5)
ORDER BY Key ASC
Adding the lastViewed check to your saved filter will remove those issues from the list.
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.