YouTrack Standalone 2017.1 Help

Update Agile Configuration

PUT /admin/agile/{agileById}

Update existing agile configuration.

PUT /rest/admin/agile/{agileById}

Request parameters:

Name Type Description
agileById string Id of agile configuration that should be updated

Sample

Request

PUT /rest/admin/agile/74-10 HTTP/1.1 Host: localhost:8080 Cookie: JSESSIONID=kym9kt9k8eatzrw4ul0zhdxj;jetbrains.charisma.main.security.PRINCIPAL=NDgxMzQ5NGQxMzdlMTYzMWJiYTMwMWQ1YWNhYjZlN2JiN2FhNzRjZTExODVkNDU2NTY1ZWY1MWQ3Mzc2NzdiMjpyb290 Content-Type: application/xml Content-Length: 69 <agileSettings> <timeField name="Estimation"/> </agileSettings>

Response

HTTP/1.1 200 OK Content-Type: application/xml; charset=UTF-8 Content-Length: 0 Server: Jetty(8.y.z-SNAPSHOT)
Last modified: 18 April 2017