6
Currently you can set in the script a parameter with a default value, but we want to make a script that will first ask a PO or Developer for and name with in input field where it will ask for a value, that then can be used in the script further on. This way we can make for example create a business unit for a specific development calls.
Instead of changing the script it self it, this way it can be made more dynamic.
This example uses an string value, but there can also be a usecase for date, enum or other input types.
STATUS DETAILS
New