I have an issue type called "Non-standard IT Enhancement Request". I want a filter that not only returns those issue types, but related sub-tasks of that specific issue type. How can I do this?
This filter returns ALL sub-tasks which I don't want:
project = ITSD AND issuetype in ("Non-standard IT Enhancement Request", Sub-task)
Solved! Go to Solution.
Excellent, thanks @Jack Nolddor [Sweet Bananas] I will check it out.
The "issue IN" didn´t work for me, but using "issueFunction IN" instead worked just fine!