You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I created a filter using Scriptrunner that returns stories in statuses I've specified:
issueFunction in issuesInEpics("filter="Assigned to Rosa (all)"") AND issueType="story" AND status in ("Ready for QA","In QA","Ready for PM Acceptance","In PM Acceptance","Done")
Then, I created a dashboard using this filter. The issue I'm having is that the dashboard returns stories with ALL the statuses instead of the ones I've specified in the filter. However, I noticed that if I click Sync Filter, then return to the dashboard, it returns stories with only the statuses I wanted to see (desired result).
How do I fix this so that only stories with the statuses I've specified automatically show up on my dashboard?