YouTrack Standalone 7.0 Help

PUT Role

PUT /admin/role/{role}

Add a new role.

PUT /rest/admin/role/{role}?{description}

Parameters:

Name Type Description
role string Name of the new role to add.
description string Description of the new role to add.

Sample

Request:

PUT /rest/admin/role/Tester?description=Can verify or reopen issues

Response:

xml Response Code: 201 Response Status: Created Location: http://.../rest/admin/role/Tester
Last modified: 2 February 2017