Bamboo server is used as CI/CD pipeline for the whole company (huge users). The permission to my application team are very strict.
There are two places we can define variables, especially for the secure variables.
One place is done by Bamboo admin to set the global variables. but the problem is, it is not in our team's control at all, and there is no way I can list the global variables' keys.. I have to ask Bamboo admin to provide the details, which takes time. Second, they change the keys' value at any time without notification.
Second place is done at each build job. It is in our control, but it is not convenience for us at all. A lot of same keys are set to each plan in my project. Some time, we forget update some of them.
So I think to set variables to project level is obvious feature, but I can't find any way to do that.
Is there any ways to manage variables in project level? So all plans created under this project can inherit these variables automatically.