How can you programmatically update the Kanban Board View in a Kanban Board Plan?
Previously I found an article the Ralph Schoon posted about how to create a plan programmatically and that was great! (https://rsjazz.wordpress.com/2015/06/11/creating-plans-with-the-plain-java-client-api/).
When using a Kanban Plan, we'd like to have it set up so that the column display on the Kanban Board View has the subcolumn states all deselected. I believe this has to be set one time for a project area and it will then affect all Kanban board views (already existing or yet to be created). I would like to be able to programmatically set that instead of having to manually go in and set that through the web client.
I have searched and so far have not figured out any APIs or places where I can set that. Does anyone know how that can be programmatically set?
Thanks.
One answer
The blog post above mentions that this is internal API, for all I know.
I am not aware of any public API for planning. Even the existing internal Java API is aging since planning is removed from the Eclipse client.
So, I am not aware of a supported way of doing this and I don't know the internal APIs either, to be able to tell.