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. |
{
"header": "Showing 20 of 25 matching groups",
"total": 25,
"groups": [
{
"name": "jdog-developers",
"html": "<b>j</b>dog-developers"
},
{
"name": "juvenal-bot",
"html": "<b>j</b>uvenal-bot"
}
]
}
Was this page helpful?