I would like to change the way that "assign to me" quick button in project main board works for my coworkers.
Right now, it is showing only tasks, that are assigned to the current user.
I would like it to filter in a way that shows all tasks that are assigned to the current user OR tasks that have at least one subtask assigned to the current user, event if the main task is not.
I think in JQL is sth like this:
current action provided by "Assign to me" quick button:
(assignee = currentUser()
desirable action provided by "Assign to me" quick button:
(assignee = currentUser() or issue in subtask("assignee = currentUser()")
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.