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 have a query that looks like the following...
project = <PROJECT> and type in ("QA Task") and issue in subtasksOfParentsInQuery("project = 'DSPC' and type in ('QA Task')") ORDER BY Rank ASC
This is to return a certain type and subtasks of issues of that type. However when I save it it becomes the following:
project = <PROJECT> and type not in ("QA Task") and id not in(10967,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25) ORDER BY Rank ASC
And that does not seem to ever update. So when I add new issues of that type, and subtasks to them, they are not included in the filters results. I have waiting 1 hour and nothing has changed. Am I missing a step? Is this working as expected where, once saved as a filter it is no longer dynamic? I wish to use this on a Scrum Board filter.
Thanks
We have the exact same problem. Support said it should take 15 min to sync (which is way too long), but it often takes over an hour.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.