I have a Kanban board where i should track easily sub-taks under certain user stories. I know how to create filter for stories connected to the Features, but somehow i can't figure out how to filter sub-tasks
Hello, Miia!
Welcome to the community!
If I understood correctly, you'd like to list all sub-tasks that are children of Stories assigned to a specific set of users.
One idea that came to mind would require a plugin to be able to filter on a condition of the parent Story.
For example, with ScriptRunner you could do this:
issueFunction in subtasksOf("assignee in (user1,user2)")
If you by any chance want sub-tasks associated to these users then it would be just this:
issuetype = Sub-task and assignee in (user1,user2)
If you'd like you can share how you're connecting your Features to Stories so we know how you're doing it and maybe find the analog in the same format.
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.