YouTrack Standalone 2017.1 Help

GET Assignee Groups

GET /admin/project/{projectId}/assignee/group

Get project assignee groups

GET /rest/admin/project/{projectId}/assignee/group

Parameters:

Name Type Description
projectId projectByIdNotStrict Project identifier.

Sample

Request:

HTTP GET: /admin/project/TP/assignee/group

Response:

<userGroupRefs> <userGroup name="test-group" url="http://localhost:8080/charisma/rest/admin/group/test-group"/> <userGroup name="dev-team" url="http://localhost:8080/charisma/rest/admin/group/dev-team"/> </userGroupRefs>
Last modified: 18 April 2017