You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
Michael Rüegg edited this page May 16, 2017
·
2 revisions
Bamboo plug-ins can offer custom plan options in the miscellaneous section of the plan configuration. These can be specified in the DSL by using the special configure section in the miscellaneous area:
In this example, you see two options for the Bamboo Ruby plug-in. But how do you get the corresponding option keys to configure the values on the miscellaneous options page?
The way to retrieve these values is to configure the settings in the Bamboo UI and then save the configuration form while watching the POST request in your browser's dev tools. See the following example:
The form data of the POST request contains the field keys and values you need for the DSL.