How to set Column Configuration for a Board

Hello All,

I needed some help. I am programmatically creating a Jira board using the REST APIs e.g. https://developer.atlassian.com/cloud/jira/software/rest/api-group-board/#api-agile-1-0-board-post.
I am able to create the board. I would also like to set the ColumnConfiguration but not able to figure out which API to use. Can someone help

Hi @gautamb, there is not an API for updating column configs. This can only be done via the UI.

1 Like

Thanks. Thats really disappointing. I could have automated my workflow using the APIs