It's all about the answers!

Ask a question

Create buildable subset from a workitem with REST API


Eurico Costa (11) | asked Jan 05, 11:21 a.m.

Hi,


I am trying to programmatically request a zOS build

Eclipse generates a buildable subset and sets its label to the property "team.enterprise.build.ant.buildableSubset" before launching the build

Example of a buildable subset label: <ns1:label>Auto_tko8oJR_Ee6MCu3dD3ZYZw</ns1:label>

I can request builds programmatically, but I don't know how to generate a buildable subset from a workitem with REST APIs

Can you help?

One answer



permanent link
Ralph Schoon (63.3k33646) | answered Jan 08, 11:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

 As you can see in "team.enterprise.build.ant.buildableSubset" this is an ANT task that is available in the enterprise version of EWM. I do not know how that ant task is implemented, but I am pretty convinced that this uses internal APIs and there is most likely no REST API available that you can use.


Comments
Ralph Schoon commented Jan 10, 5:23 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER

Actually, I am convinced that this ant task is implemented using the plain Java Client Libraries  and the SDK.

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.