Adding Columns to Board using Jira REST Cloud API

Hello,

my mission is to copy a whole board with its columns via REST API. I did look it up at the agile API and default Jira Cloud REST API but I didnt find any endpoints for adding columns. Is there a hidden endpoint or is an endpoint like this planned?

Thank you

1 Like

Hi @JuliusPlaton,

It looks like you can get the board configuration which includes details about the columns, but there’s no way to update the configuration of a board or define it when creating a board.

This seems like a feature gap.

Regards,
Dugald

I’ve created [JSWCLOUD-20535] Add the ability to define board configuration through the REST API - Create and track feature requests for Atlassian products. for this.

2 Likes

Thank you for the fast reply