YouTrack Standalone 2017.3 Help

Get Build from Bundle

GET /admin/customfield/buildBundle/{bundleName}/{buildName}

Get a build from a bundle of builds.

GET /rest/admin/customfield/buildBundle/{bundleName}/{buildName}

Parameters:

Name

Type

Description

bundleName

string

Name od bundle to get a build from.

buildName

string

Name of a build to get.

Sample

Request

GET https://example.com/youtrack/rest/admin/customfield/buildBundle/New%20Name%20with%20spaces/build3 Cookie: $Version=0; JSESSIONID=1q56edch0l5jzlq1pqzaol51c; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=NDgxMzQ5NGQxMzdlMTYzMWJiYTMwMWQ1YWNhYjZlN2JiN2FhNzRjZTExODVkNDU2NTY1ZWY1MWQ3Mzc2NzdiMjpyb290; $Path=/

Response

HTTP/1.1 200 OK Content-Type: application/xml;charset=UTF-8 Content-Length: 102 <?xml version="1.0" encoding="UTF-8" standalone="yes"?><build assembleDate="-111222333">build3</build>
Last modified: 7 March 2019