We're trying to find a way to track work not in our current sprint.
Need the issues list by Assignee, but not in current Sprint.
We are trying to catch edge work that we want added to the scope of our sprint.
Would something simple like "Sprint not in openSprints() and status not in (Closed, Resolved)" be of use?
Hey Kat, yes, I believe that's what I'm going for. I'll try it out and respond.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Blane Brady, are you saying that you have a team of developers working on issues and while most are captured in the sprint some are being worked on outside of the sprint?
If so maybe create a filter something like this...
assignee in (assignee1, assignee2, assignee3) status = "In Progress" and Sprint is EMPTY
or some variation to meet you needs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Blane Brady,
Consider setting up a kanban board that has swimlanes for each assignee. Prior to creating the board, create and save a filter that is pulling issues from the projects. Then use the saved filter when you create the kanban board.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks Mary, this maybe more than what I'm looking to do, but excellent idea!
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.