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.
@Marc - Devoteam Looks like this copy endpoint is depricated. I am not able to use this getting an 405 error.
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
Then this endpoint has been removed, I knew it was related to the old rest API version.
So unfortunate this can't be used anymore.
So there are no rest api options anymore and so currently no workarounds.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you @Marc - Devoteam
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Spend the day sharpening your skills in Atlassian Cloud Organization Admin or Jira Administration, then take the exam onsite. Already ready? Take one - or more - of 12 different certification exams while you’re in Anaheim at Team' 25.
Learn more
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.