Get a Version Bundle
GET /admin/customfield/versionBundle/{bundleName}
Get version bundle by its name
GET /rest/admin/customfield/versionBundle/{bundleName}
Parameters:
Name | Type | Description |
---|---|---|
bundleName | string | Name of a version bundle to get. |
Sample
Request
GET https://example.com/youtrack/rest/admin/customfield/versionBundle/Name%20with%20spaces
Cookie: $Version=0; JSESSIONID=aovevd6psvky7i4y0bws8y2q; $Path=/; jetbrains.charisma.main.security.PRINCIPAL=NDgxMzQ5NGQxMzdlMTYzMWJiYTMwMWQ1YWNhYjZlN2JiN2FhNzRjZTExODVkNDU2NTY1ZWY1MWQ3Mzc2NzdiMjpyb290; $Path=/
Response
HTTP/1.1 200 OK
Content-Type: application/xml;charset=UTF-8
Content-Length: 388
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<versions name="Name with spaces">
<version released="false" archived="false">version1</version>
<version description="Old description" releaseDate="123098" released="false" archived="true">version2</version>
<version description="My description" releaseDate="1234567890000" released="true" archived="true">version3</version>
</versions>
Last modified: 17 December 2019