Redefine default filter in "Sprint Planning"

erkyll
Tera Contributor

Hi everyone,

I'm trying to figure out how to alter the predefined filter in "Sprint planning" for the backlog board. I'm currently working in a Jakarta instance.

find_real_file.png

Currently set to All > State != Cancelled > Assg. Group. I want to make some changes to the filter and configure it myself. I've tried looking into the UI pages sdlc_sprint_planning and related UI pages, but I can't seem to find the source of where this filter is set. Has anyone tried doing something similar, or if anyone might have an idea of where to look I'd be very thankful! 

Thanks

1 ACCEPTED SOLUTION

DastagiriReddy
ServiceNow Employee
ServiceNow Employee

Hi Erkyll,

 

http://<your_instance>/nav_to.do?uri=%2Fsys_ui_script.do%3Fsys_id%3D3d50d485370031001a8326877e41f1d7...

 

Search for the updateListFilter method and you can make changes here.

 

Thanks,

DastagiriReddy

View solution in original post

3 REPLIES 3

DastagiriReddy
ServiceNow Employee
ServiceNow Employee

Hi Erkyll,

 

http://<your_instance>/nav_to.do?uri=%2Fsys_ui_script.do%3Fsys_id%3D3d50d485370031001a8326877e41f1d7...

 

Search for the updateListFilter method and you can make changes here.

 

Thanks,

DastagiriReddy

@DastagiriReddy can you please put the name of the ui script, as I'm unable to get the record in Tokyo instance.

 

 

Thanks

erkyll
Tera Contributor

Perfect, thank you very much!!