I am trying to filter a Task report by the queue topic on the issue that was converted into the project the task lives on.
I have a Task Report that is grouped by the Queue Topic from the Issue that was converted into the Project the task is part of. This is working perfectly.
textmode=true
group.0.valuefield=project:convertedOpTask:queueTopic:name
group.0.valueformat=string
group.0.name=
I wanted to filter the report to only show those which the Queue Topic = ABCDEF
I tried adding it to the filters as:
project:convertedOpTask:queueTopic:name=ABCDEF
project:convertedOpTask:queueTopic:name_Mod=in
(or I tried this since that queue topic has a ton of copies in the system)
project:convertedOpTask:queueTopic:name=ABCDEF
project:convertedOpTask:queueTopic:name_Mod=cicontains
If I switch to standard mode there is an option for Converted Issue > Queue Topic ID. I tried starting with that which gave me this: (doesn't use project first in the lines of text)
convertedOpTask:queueTopicID=5efb873e0937f5d70e29fe447bc455dd
convertedOpTask:queueTopicID_Mod=in
I changed to name instead of ID.
convertedOpTask:queueTopic:name=ABCDEF
convertedOpTask:queueTopicID_Mod=in
and tried contains option as well
convertedOpTask:queueTopic:name=ABCDEF
convertedOpTask:queueTopicID_Mod=cicontains
But these are all prompting an error. Is there a way to do this or is this not possible?