Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,556,741
Community Members
 
Community Events
184
Community Groups

How can I copy a board using the API?

The use case is quite simple, I create different projects with the same configuration. I'd like to be able to create two board for each project. I can already save a filter with the API, so what I would like to do is copy a board then change its filter.

According to this: https://jira.atlassian.com/browse/JSWSERVER-15631 I can't do it step by step. 

 

This is related, but I was never able to make it work: https://community.atlassian.com/t5/Trello-questions/Copy-a-board-using-API/qaq-p/605299

 

Thank you!

2 answers

1 accepted

There is an api to copy the board 

/rest/greenhopper/1.0/rapidview/{sourceboard id}/copy

Request Type : PUT

This is what I was looking for! :) Where did you get that? I couldn't find the documentation. By any chances, do you know if there is an API to change the board's filter?

Thank you very much! 

The above link will not be find in any atlassian documentation. This is not a public REST API's but we can drilled down the functionality and api calls with the chrome tools.

Do I need to add any data to the PUT request when copying? 

@FMassaro No you don't need to, you just need to replace {sourceboard id} with the Id of the board you want to copy.

sorted. thanks for the answer. I just got a wrong board ID, fml!

Muhammad Ramzan_Atlassian Certified Master_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jul 29, 2019

this rest will copy the board in same project. How we can copy the board a new project?

Like Dushyant Saluja likes this

Hello @Alexis Paquette

don't I need to specify the project, where I copy the board, somewhere?

I can't really make it work, is there any practical example for the REST call?

how we can copy board to different project

1 vote
somethingblue
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Jan 25, 2018

Hi Alexis,

The second link you sent is for Trello which would have different API endpoints so that could explain why that isn't working.

In regards to this specific request I did some research and did not find a solution that would copy the board in this manner.  At this point please vote on JSWSERVER-15631 if you have not to add impact and you'll be notified of any updates.

Cheers,

Branden

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events