- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2019 08:06 AM
Request to remove completed Sprints in the Agile Planning board combo
1) If we navigate to the backlog.
2) Select a story
3) Select the Sprint and see this list which includes Sprints marked complete / Inactive (in the example below the 2019-21 & 22 sprints).
Selection defaults to All no matter what we do. Can we change default filter to only “Active” from “All”?
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2019 01:56 AM
You can check the state value from the field dictionary.
Go to table rm_sprint --> open the 'state' field dictionary and check for the values.
As per the OOB, there is an dictionary override on the state field for rm_sprint table. Please have a look at the below screenshot:
If I have answered your question, please mark my response as correct and/or helpful.
Thanks,
Suseela P.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2019 08:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2019 10:34 AM
I am testing this theory.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2019 11:37 AM
It's still displaying "Completed" Sprints in the lookup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2019 02:02 AM
Hi,
Make sure you have used correct value for completed state.
As per the OOB, complete state value is 3 . So update the reference qual as below to remove the completed sprints from the reference field
javascript:'state!=3^sys_idIN'+ScrumSecurityManager.getStoryDotSprint(current).join(',')
As per the OOB, shows all the sprints
After update, shows only active sprints. Completed sprints aren't showing in the reference lookup:
If I have answered your question, please mark my response as correct and/or helpful.
Thanks,
Suseela P.