Hi,
Using Bamboo Spec I'm able to clone the build plan. Is there any REST API available to clone an existing plan?
I'm trying to use this REST API in Java, But it's not works:
Just tried command
curl -u admin:admin -X PUT http://localhost:8085/rest/api/latest/clone/TEMP-TEMP:TEMP-CLONE
and it works for me. What's error message you got?
You tried with 6.3.1 version right? It throws org.springframework.web.client.HttpClientErrorException: 403 Forbidden error.
I have admin permission for that project but i was not able to clone it through code.
I have set the admin credentials in http headers too. But it throws same error.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
When the cloned plan is created, I am seeing the plan name appended with dvcsci-cloned. Can anyone tell me how I can fix this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ranjana Pokharana, it's hardcoded prefix. REST API doesn't allow to change it
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.