Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns a list of groups whose names contain a query string.

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

{
	"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
Workflow LibraryPreview this Workflow on desktop