Good Afternoon,
I am reaching out to see if there's a way besides using "quick filters" on the board, to eliminate seeing "closed" or "obe" items in our Jira backlog. Previously, we didn't see these items; however, after some changes, those legacy items (dating back to 2016) are showing up in our backlog. Any assistance or recommendations would be greatly appreciated.
Thanks!
Marcus
Please share your board filter. "OBE"? Closed issues most certainly should not be on the backlog.
Here's the filter for our board:
project = INF AND issuetype not in (Theme) AND resolution = Unresolved ORDER BY "Rank (Obsolete)" ASC
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think the issue is that you are not setting the Resolution field when issues are moved to Closed (or whatever your terminal state is).
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You could just change the filter for the board/backlog to remove closed/resolved/done issues with "...AND statusCategory not in (Done)"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm fairly new to Jira. I have a general filter for our entire board which is:
project = INF AND issuetype not in (Theme) AND resolution = Unresolved ORDER BY "Rank (Obsolete)" ASC
Where do I find the backlog specific area to filter? I'm currently under Board --> Configure --> General
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Its the same filter. There is not one for backlog and another for the actual board.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Okay, cool! That certainly cleared the closed items from the backlog view, but also from my active sprint, which we like to track. Is there way to exclude filtering out "done" items from the active sprint view?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
FWIW, i would not change the filter. Rather I would address the issue thru the Resolution field. All issues that move to an Done category statuses should include setting the Resolution. This can be done by exposing a screen on the transitions to all Done category statuses OR via a Post Function to set the Resolution by default. I generally prefer the former since there are always various Resolutions (done, won't do, canceled, duplicate, etc.). Also, be sure that any 'reopen' transitions out of Done categories include a Post Function to clear the Resolution field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I agree with @Jack Brickey above, I think the issue then is to remove the statusCategory part of the filter and then auto set the resolution or add a pop up to give the user the ability to set the resolution as part of the "done" transition in the workflow. This should clear up the issue with "Done" issues still showing in your backlog AND remove them from the active sprint board.
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.