Story Board

Jeffce
Tera Expert

ANyone know how to change the Story Board Menu, This is for SDLC Scrum I need to add headers, See attached, There are 6 headers that are pulled from the story state, however our story state has more than what is there...


Thanks JJ

16 REPLIES 16

Anurag Tripathi
Mega Patron
Mega Patron

Story progress board open up a ui page by the name task_planning_board.



This ui page in turn calls the template =scrum_task_planning_board.xml which we cannot touch.


-Anurag

I opened a HI Ticket on this (INT2475439), Anurag is correct, it cannot currently be modified.   Here was the response from support, "Further digging indicates that ALL of the planning board code is embedded into the platform and cannot be modified. I was hoping to be able to give you a better answer, but there's just nothing we have any access into to modify."


gregtijerina
Kilo Contributor

There is a property for this.   Go to SDLC (Scrum Process) > Administration > Properties.   The first property should be:


"Customization properties for Scrum Process


Stories in any one of the states specified in this comma separated list will be shown in the progress board (in the order specified)"



Just add the numeric value of the state choice in the order you want them displayed.


Unfortunately that system property only impacts the Story Progress Board.  


There is no System Property for the Planning Board, which is unfortunate as it shows all active Stories regardless of State


bammar
Kilo Sage
Kilo Sage

The Key to the Progress Boards both Story and Task Planning board lies in Script Includes.   I know the Task Progress Board is rendered via   ScrumAjaxTaskBoardDetailsProvider   The code would have to be edited and much care has to be taken because a mis-step can lead to the Board not rendering at all or only partially.