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.
providing output as empty list
I am uncertain to what your question / comment is about, however, based on the REST API endpoint provided, I will be elaborating on that and perhaps this will provide you with the information you are looking for.
The endpoint /deploy/project/forPlan?planKey (GET) (https://docs.atlassian.com/atlassian-bamboo/REST/6.7.1/#d2e2648) - gets a list of deployment projects for a given build plan, meaning that:
- if you provide a planKey is associated with a deployment, when consuming the endpoint above mentioned, you will be prompted with a list of Deployment(s) in which the given planKey has been associated to:
[{"id":884737,"name":"Deployment","description":""}]
- if you provide a planKey NOT associated with a deployment, the endpoint mentioned will present you with an empty list
[]
I hope the above clarifies the output given by consuming the REST API endpoint. If not, please come back with more information on what you are looking for and we could continue from there.
Kind regards,
Rafael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.