Parameter | Description |
---|---|
Limit | The maximum number of groups to return. The maximum number of groups that can be returned is limited by the system property jira.ajax.autocomplete.limit . |
Query | The string to find in group names. |
{
"groups": [
{
"groupId": "276f955c-63d7-42c8-9520-92d01dca0625",
"html": "\u003cb\u003ej\u003c/b\u003edog-developers",
"name": "jdog-developers"
},
{
"groupId": "6e87dc72-4f1f-421f-9382-2fee8b652487",
"html": "\u003cb\u003ej\u003c/b\u003euvenal-bot",
"name": "juvenal-bot"
}
],
"header": "Showing 20 of 25 matching groups",
"total": 25
}
Was this page helpful?