James ... would you be willing to share this?
I have been trying to read about OptionValues Plugins but I'm not fully getting the concept yet.
I do use Cascading drop downs a lot and they work well. Choose client -1 and the next drop-down shows me client-1's users.
I run scripts nightly to collect data, and I write that data to JSON files and present them as dropdowns in Rundeck.
For instance, I get a list of all customers, and all the customers' users, write to JSON, and they become customer and user dropdowns in a Rundeck job. Run it again tomorrow, and the lists can change.
So it is dynamic .. but on a daily bases. And the JSONs have to be present when loading the Rundeck job page.
I want dropdowns that are generated (by a backend script) when the job is loaded. Sounds like OptionValues Plugins may be able to do this for me. I just havent seen a good example of it.
thanks
Roger