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.
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.