I'm trying to see which sub-tasks have a different fixVersion
from their parent task. I have come up with a JQL Query but parent.fixVersion
doesn't seem to exist.
Here's what I have so far: type = Sub-task AND fixVersion != parent.fixVersion
I need to show every sub-task that has a fixVersion that doesn't match its parent's.
Any help will be much appreciated. Cheers!