Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Users are not able to find their plans as "child plans" in plan's dependencies

CMIT SRE TOOLS
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 13, 2019

Scenario:

1 users is an owner and admin of multiple plans within a single project (in which is an admin too). 

2.  He goes to plan configuration -> Dependencies -? child plan

 

Here is the problem,

he can only see some random build plans, not his own. Not able to add his own plan. When I (bamboo admin) add his plan manually, he can see this link and then this repository on the list). But still not able to add it himself. He have rights to create and run plans too. Gave him all permissions, except bamboo admin, still no luck.

 

What I'm missing here? Some special permission? Bamboo server 6.71

1 answer

0 votes
Rafael Pinto Sperafico
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 31, 2019

Hi @CMIT SRE TOOLS ,

Taking the following scenario into consideration:

  • Project (PROJ) , Plan (FOO)
  • Project (PROJ) , Plan (BAR)

If you want to add a Dependency >> Child plan in FOO, the user setting up the configuration must have build permissions over BAR.

Here is the REST API call Bamboo uses to get a list of "Project - Plan" a user can build.

# http://localhost:8085/bamboo is Bamboo's base url in this example
# replace this value with your Bamboo's base url

http://localhost:8085/bamboo/rest/api/latest/search/plans?fuzzy=true&permission=BUILD&searchTerm= 

You could ask this user to hit the URL above from a web browser after logging in to Bamboo.

Kind regards,
Rafael

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events