Adding List of Build Definitions to Work Item
![](http://jazz.net/_images/myphoto/dc0146532e8803b98cfe19b162257312.jpg)
4 answers
![](http://jazz.net/_images/myphoto/dc0146532e8803b98cfe19b162257312.jpg)
Hi Gary,
Although Work Items supports an Item type of attribute (and also Item list), there's not currently an item picker for build definitions.
Feel free to file an enhancement request, with details about your scenario.
In the meantime, you could emulate this using an enumeration, but you'd have to configure the values yourself in the process specification.
Although Work Items supports an Item type of attribute (and also Item list), there's not currently an item picker for build definitions.
Feel free to file an enhancement request, with details about your scenario.
In the meantime, you could emulate this using an enumeration, but you'd have to configure the values yourself in the process specification.
![](http://jazz.net/_images/myphoto/dc0146532e8803b98cfe19b162257312.jpg)
You might be able to cobble something together using the new HTTP provider support (which got backported to 3.0.1 FP1) and the OSLC Automation API (prototype).
e.g. https://jazz.net/jazz/oslc/contexts/_1w8aQEmJEduIY7C8B09Hyw/automation/plans
lists the build definitions (aka 'automation plans' in OSLC Automation parlance) for the RTC project area.
For the build definition ids, you'd need to extract the values (char data) of the dc:title elements.
I'm not sure whether the HTTP provider support works with our form-based authentication though.
e.g. https://jazz.net/jazz/oslc/contexts/_1w8aQEmJEduIY7C8B09Hyw/automation/plans
lists the build definitions (aka 'automation plans' in OSLC Automation parlance) for the RTC project area.
For the build definition ids, you'd need to extract the values (char data) of the dc:title elements.
I'm not sure whether the HTTP provider support works with our form-based authentication though.