What would it take to create a TASK card board with mappable states like Rally’s existing Kanban board supports.
I would like to add one or two custom task states: like “ready to merge” and “unit test complete”. The existing task board doesn’t support this feature.
I played with the card board code using the Rally 2.0 SDK (preview) and was able to quickly display tasks in custom state columns, but the mapping is where I got lost, as I am unsure how to map these custom states to the default Defined/In-Process/Completed states. I was curious if you had any pointers as to what triggers or components to use for state mapping.
I know there can be some opposition to additional task states, but in some engineering firms, where coding is closely tied to tasks, additional states can make sense at the task level.
First let me give you some caveats.
Your mappings will only work for this specific board and any other view. So the changes can get out of sync fairly easily.
Here is some code that should do what you are expecting. You can get gist for it here
https://gist.github.com/2926610