I am trying to automate the creation of Jira Cloud projects where each project's board contains multiple columns, and each column has exactly three statuses. I want to achieve this using Jira's REST API or with any other automation steps without relying on any external add-ons.
What I need Help with:
Thanks in advance.
Hi @Deepak Rai
When I last checked, there was no REST API support for configuring a board, only to create a new board. Here is the suggestion to add such configuration capability: https://jira.atlassian.com/browse/JSWCLOUD-20535
Kind regards,
Bill
Thank you @Bill Sheboy and @Marc - Devoteam for response.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Deepak Rai
As @Bill Sheboy mentions you can't configure a board.
But if you have a template project based on the setup you require, you could copy that projects board to the newly created project by use of the API.
Or at least it was possible, using the API endpoint /rest/greenhopper/1.0/rapidview/{source-board id}/copy
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.