Hi,
for better maintenance of our configuration variables, we need a systematic way of defining and setting global variables, which can be specific to one or more projects.
For example, a variable containing the maximum amount allowed to purchase a product. This variable should be accessed in post-functions and other scripts and the value can be changed if necessary on the front end.
Is there anyway to do this without hardcoding it in the code? Somthing like what Bamboo already offers:
https://confluence.atlassian.com/bamboo/defining-global-variables-289277112.html
Cheers