To learn more, visit the Jira documentation.

Parameters

ParameterDescription
LimitThe 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.
QueryThe string to find in group names.

Example Output

{    "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}

Workflow Library Example

Search Groups with Jira and Send Results Via Email

Preview this Workflow on desktop