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.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.