zAgileConnect Flow Action - Find Jira Users
When creating or updating Issues from Flows using the “Create Issue v2“ or “Update Issue v2” and if it is needed to set user fields (like reporter, assignee, custom user picker fields), this action can be used to find users in Jira and retrieve its Jira account metadata first ( Username in Jira Data Center or Account Id in Jira Cloud). This action has the following fields:
Find Jira Users Action Fields
Field | Type | Required | Description |
---|---|---|---|
User Keyword | String | The keyword used to search for a Jira user, such as a display name or email address. | |
Jira Connection Id | String |
| The unique identifier for the Jira connection. (e.g., "j00"). Leave blank to use the default connection. |
Find Jira Users Output Fields
Output | Type | Description |
---|---|---|
Error Message | String | Describes any error that occurred during the operation, if applicable. |
Error | Boolean | Indicates whether there is an error. |
Jira User | The Jira User data found for the provided “User Keyword”. If multiple users match the user keyword criteria then this action returns Error = true. |
To retrieve data for multiple Jira Users, this action can be called inside a Loop element in the Flow.
This action makes callouts to Jira and so when using it from “Record Triggered Flows“ make sure to use it from within an Asynchronous Path.
