Hi all,
I am looking for a way to make the following visible.
I would like to have a filter where all User story's assigned to me are shown together with all tasks (also assigned to other people) that belong to that US.
if this is an ongoing requirement you could consider creating your own Kanban board and create swimlanes based upon Stories.
All the more reason to have him create his own board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Not sure if this is possible ootb. With Script Runner you could try
type = story and assignee = currentUser() OR subtasksOf("type = story and assignee = currentUser()")
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.