FILTER - how to see what tasks I've interacted with over a certain time period.

Paige Gregory November 28, 2022

This could be commenting, changing status, adding more content, etc.  Basically, anything I've done in Jira.

I'm new to Jira. Thanks for your help!

1 answer

0 votes
Mark Segall
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 28, 2022

Hi @Paige Gregory and welcome to the community!  Unfortunately, you won't be able to get something that explicitly looks for updates by you.  You'd need to add parameters that may or may not work for your use case:

  • assignee = currentUser() AND updated >= -90d
    All issues assigned to you that were updated in the last 90 days
  • lastViewed >= -90d
    All issues you viewed in the last 90 days
Paige Gregory November 28, 2022

Ok - thanks Mark for your feedback!!

Like Mark Segall likes this

Suggest an answer

Log in or Sign up to answer