Request to remove completed Sprints in the Agile Planning board combo

Andrew Bishop1
Tera Contributor

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”?

Suseela Peddise
Kilo Sage

Hi,

Amend 'state!=3' (filter out the completed sprints) in the reference qual. Please refer the below screenshot.

find_real_file.png

If I have answered your question, please mark my response as correct and/or helpful.

 

Thanks,

Suseela P.

I am testing this theory.

It's still displaying "Completed" Sprints in the lookup.

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

find_real_file.png

After update, shows only active sprints. Completed sprints aren't showing in the reference lookup:

find_real_file.png

If I have answered your question, please mark my response as correct and/or helpful.

 

Thanks,

Suseela P.