Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Context sensitive "prompt as selection box" variables #1323

puneetg ·
Hi Robin

I have a use case of two selection box:

Select Test: Smoke, Build Acceptance, Stress

For Smoke selection valid next selections are component A, Component B

For Build Acceptance selection valid next selections are Component A, Component C

...

Is there a way to make "prompt as selection box" variables context sensitive by using javascript?

Or can we embed javascript inside groovy for this purpose?

Thanks
-Puneet
  • replies 5
  • views 2189
  • stars 0
robinshen ADMIN ·
Hi Puneet,

Unfortunately, this can not be done currently even with groovy. Please file an improvement request at track.pmease.com

Regards
Robin
puneetg ·
Hi Robin

here is the request

http://track.pmease.com/browse/QB-816

As Quickbuild implementation for us is maturing, the needs for customization are increasing and this is major blocker for us. Even if QB can provide a way to embed HTML to drive input variables, that may work as well.

Can we write plugins to support such case?

thanks
-Puneet
robinshen ADMIN ·
Hi Puneet,

Thanks for creating the ticket. For now, this can not be achieved by plugin. As this seems like a popular request, we will try to get this addressed soon.

Regards
Robin
robinshen ADMIN ·
Hi Puneet,

This feature has been implemented in 3.1.20. Follow below tutorial for details:
http://wiki.pmease.com/display/QB31/Com ... ld+Options

Regards
Robin
puneetg ·
Hi Robin

this looks great, we will start work on developing plugins. This will be a great addition into QB featureset.

Again thanks for amazingly quick response.

-Puneet