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.