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.
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.