Hi
Users needs to see subtasks to a different task types, as separate filters. Let say I have issues issutype1 with subtasks
And issuetype2
Filter1: Show all subtasks of all tasks that are issyetype1. - Result:
Filter2: Show the subtrasks of all tasks that are issyetype2. Result:
What would be the right querie syntax?
Hi @Toomas Adson ~ do you use ScriptRunner? If so, you can use the following:
type = Sub-task AND issueFunction in subtasksOf("issuetype = issyetype1")
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.