Search Groups
Returns a list of groups whose names contain a query string.
Parameters
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. |
Example Output
{
"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"
}
]
}
Workflow Library Example
Search Groups with Jira Data Center and Send Results Via Email
Preview this Workflow on desktop