Hi, I have Activity Stream in my dashboard, and I want to filter issues by the previous day, but as I can see there is only an option to choose a specific date
So my question is, how i can set this filter so I will always see updates only from the previous day
Welcome to the community, @Adriian Semotiuk _Wombats Corp_.
I am Marlene from codefortynine.
Our app Quick Filters for Jira Dashboard provides also an activity stream gadget, and there are two ways to show only results for the last day.
You could either create a JQL filter and show only issues from the JQL filter on the activity stream gadget:
updated <= -1d AND updated >= -2d AND project = op
Or you could create a filter on the Quick Controller gadget and filter the results dynamically.
You can test our app without installation on our demo dashboards.
Recommended Learning For You
Level up your skills with Atlassian learning
Learning Path
Improve user experience across Jira with global settings
Learn how to set up and configure a Jira site, manage Jira permissions, and configure Jira apps and integrations.
Learning Path
Streamline projects across Jira with shared configurations
Build Jira work items with reusable configurations called schemes, and reduce administrative work with automation.
Learning Path
Become an effective Jira software project admin
Set up software projects and configure tools and agile boards to meet your team's needs.