zAgileConnect Flow Action - Send Attachment to Jira
Note that this action just starts an asynchronous operation to create the attachment in Jira. The output fields correspond to the initial submission of this operations, if there is any error uploading the file to Jira it will be posted to the “Post error to“ Salesforce record (for example if file is too big).
You can send an attachment to a Jira Issue using Salesforce Flow and adding the “Send Attachment to Jira“ action to your flow. The action has the following fields:
Send Attachment to Jira Action Fields
Field | Type | Required | Description |
---|---|---|---|
Attachment Id | String | The record Id of the attachment to be sent to the Jira Issue. Supported types include Salesforce Attachments, Documents, and Salesforce files (ContentDocument). | |
Issue Key | String |
| The Jira Issue Key to which the attachment should be sent. |
Post error to | String |
| The Salesforce record Id to post error message (if any) in the Related Jira Issues section (e.g., Case Id linked to the Jira Issue where attachment will be sent). |
Jira Connection Id | String | The unique identifier for the Jira connection. (e.g., "j00"). Leave blank to use the default connection. |
Send Attachment to Jira 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. |
Issue Key or Id | String | The Issue Key or Issue Id related to this result. |
To send multiple files to Jira, 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.
