Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Check off when a mention has been seen/addressed

Mary Kable August 16, 2024

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,

1 answer

0 votes
Bill Sheboy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 16, 2024

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

Mary Kable August 16, 2024

Thank you Bill! I will try that.

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events