How can I do this?
please guide me
Are you sure that the filter generator is applied to all levels?
It was not applied to all levels, I missed that, sorry. Thank you! That has created the functionality I want.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
Dmitrii with ALM Works here.
You'll be able to hide parent issues (Type A), if their children (Type B) are closed, by entering the following JQL into your Filter generator:
type in (Task, Sub-task) and assignee = Mike Sanders and status!=Done
Make sure to set filter's scope to 'All levels'.
Kind regards,
Dmitrii
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Dmitrii,
My filter generator already had that, except for
status != Done
This did not work, and I'm still seeing all issues, regardless of whether they have tasks assigned to me or not.
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.