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
Jira Administrator
Configure Jira Software, Jira Core, or Jira Service Management, including global settings, permissions, and schemes.
Managing Jira Projects Cloud
Learn to create and configure company-managed projects in Jira Software and partner effectively with Jira Admins.
Learning Path
Become an effective Jira Software Project Admin
This learning path is designed for team leaders who configure Jira Software projects to match a team's processes.