You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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!
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please find the filter related information.
https://docs.atlassian.com/software/jira/docs/api/REST/7.9.0/#api/2/filter-editFilter
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.
@FMassaro No you don't need to, you just need to replace {sourceboard id} with the Id of the board you want to 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.
this rest will copy the board in same project. How we can copy the board a new project?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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?
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.
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
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.