...
7. Rule step: get all Jira projectsgroups
Add component → New action → Send web request
Info |
---|
Replace the <max_results> with the max number of existing groups in the Jira instance. For example: 100. |
Web request URL: https://<your_instance>.atlassian.net/rest/api/3/groups/picker?maxResults=<max_results>
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>
...