Story Board
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-02-2014 12:40 PM
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
- Labels:
-
Service Mapping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2014 07:29 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-11-2014 11:59 AM
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."
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2015 04:25 PM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2015 02:57 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-04-2015 02:36 PM
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.