Can we pass a value dynamically (as build property value ) when we request build via REST API?
![]()
One of our customer want to do pass a workitem number as build property value when they request build via REST API.
Follow of actions and pre-works are like this: Pre-work 1: Create a build property as a string called "WORK_ITEM_NO". pre-work 2: Create a attribute called "Request_build_URL" Action-flow: 1) add REST API URL in "Request_build_URL" to request a build from WorkItem. they also want to pass workItem number as long as build request. 2) the Request run build and workitems number will be filled as build property. Can we archive this? If so, any comment and advice is appreciated. I had found these helpful information but these dose not explain how to add workitem number to Request build REST API . Request a build via REST api https://jazz.net/forum/questions/107687 Build REST API https://jazz.net/forum/questions/26893 [RTC-2010] RESTful API for Build, to support C/ALM integration scenarios https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=73070 Thank you, in advance! |