You need to perform a POST request to /1/boards with a JSON payload similar to this:
{ "name": "My copied board", "idBoardSource": "SOURCE_BOARD_ID" }
where SOURCE_BOARD_ID is the id of the board you want to copy.
Please find the below link for the copy of the board
/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.
Thanks Srinivas! I was able to copy the board. However, I still haven't found a way to rename it using the API. Do you know a way to do that too? Cheers!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
do I need to pass on any data to API? For some reason I am getting a code 405. In theory it should work without any issues even without data (I assume that copied board are renamed upon copy, right?)
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 Srinivas,
This code should do the trick for moving the board:
PUT - ... /rest/greenhopper/1.0/rapidviewconfig/boardLocation
{
"rapidViewId": Board_id,
"locationType": "project",
"locationId": project_id
}
Cheers
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 below link for the board re-name
/rest/greenhopper/1.0/rapidviewconfig/name
By passing Id & name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks! Is there a list of these functionalities somewhere, as they aren't on the official API page?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Srinivas,
It would be great if you could help me out with two more things:
Much appreciated,
Menno
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Even, I'm searching for the same. Soon I may post the details. Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.