If I construct and run the following filter all is well:
project = ABC AND resolution not in (Withdrawn, Duplicate) AND Teamlet = "Team A"
My results do not include any items with Resolution = Withdrawn or Duplicate.
Now, if I try to use the above as the subquery in the subtasksOf JQL function the results are not 100% correct; I created this:
issueFunction in subtasksOf('project = ABC AND resolution not in (Withdrawn, Duplicate) AND Teamlet = "Team A"')
my results include some issues with Resolution = Withdrawn or Duplicate; what am I doing wrong?
Hello!
I think this is because of the fact that subtasks of these issues:
project = ABC AND resolution not in (Withdrawn, Duplicate) AND Teamlet = "Team A"
can have any Resolution, there's nothing said about it.
Hello!
Have you managed to resolve the issue?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.