Issue Summary
This is reproducible on Data Center: (yes)
Steps to Reproduce
GUI:
- Go to the global variables admin pane.
- Create a variable with a value larger than 4000 characters.
REST API:
- Enable admin rest endpoints
- Create a variable with a value larger than 4000 characters via REST API.
Expected Results
Bamboo should allow the creation of variables with a size of 65535 bytes (UTF-8 encoding)
Actual Results
Length exceeds 4000 characters.
Bamboo displays a validation error
Workaround
Currently, there is no known workaround for this behaviour. A workaround will be added here when available