...
Web request URL: https://<your_instance>.atlassian.net/rest/api/3/groups/picker?maxResults=<max_results>
Note |
---|
Please, check all Jira groups are returned by pasting this URL in a browser tab. In case, there’re more groups than max results, increase this limit. You can refer to the Atlassian reference here. |
HTTP method: GET
Web request body: Empty
Check: Delay execution of subsequent rule actions until we've received a response for this web request.
Headers:
Content-Type: application/json
Authorization: Basic <Jira base64 authentication string>
...