Is there a way to programmatically create a project and a plan? Using the Bamboo REST API has been ruled out as there seems to be no API call to do such.
What I am trying to do is find a way to automate PIV (or PVT) that can be run from a build plan whenever Bamboo gets touched in any way (server reboots, application upgrades, etc.)
To start with, I am looking at implementing these 4 basic test items:
Create a project
Create a plan
Create a group
Add a user
Thank you.
Simon says:
` Yes you can, but you'll have to write your own Bamboo plugin. See docs on how to do that here: https://developer.atlassian.com/server/bamboo/bamboo-plugin-guide/
You'll need to spend some time exploring the source but you can do it. Good luck! `
Simon out.
Hi @Anonymous Coward ,
Thank you for your suggestion. I wasn't able to go the plugin path as I thought the learning curve would be a bit steep.
I was able to do it via Java Specs and it's amazing.
Thanks again Simon.
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.