Download Attachments
Description
This plugin step downloads all the attachments associated with a JIRA issue in an on premise or on-cloud version of JIRA instance.
Configurations
| Field Name | Description |
|---|---|
| Step Name | Name of the step. This name has to be unique in a single workflow. |
Connection
For the connection field details, click Connection Fields
Input tab
| Field Name | Description |
|---|---|
| Input Fields | |
| Issue Key | Issue Key of the issue to be deleted. Note: REST API can get maximum of 1000 and 100 issues for on-premise and on-cloud instance respectively. This is an intentional limitation on JIRA applications to avoid performance-related issues such as an OutOfMemoryException. |
| Button: Get | Clicking on this button brings up the issue keys available as per the access permission of Username provided in Connection. |
| Output Folder Path | File path of the file to be attached to the issue. |
| Button: Browse Folder | Clicking on this button brings up the dialog to browse the path of an output folder to download attachments for the issue key specified. |
| Delete Output Folder Contents before | Mouse hover to see the allowed values “Yes”, “No”. Type Yes to delete output folder contents before downloading new files, otherwise type No |
| Add DataTimeStamp for Duplicate Files | Mouse hover on this field to see that the allowed values are “Yes” or “No”. Type Yes to Download files and add DataTimeStamp. This is useful in case of duplicate files. |
| Add File to Result | Allowed values: ‘Yes’ or ‘No’ Provide ‘Yes’ if you wish to provide a link to download the attachment on AutomationEdge else provide ‘No’. |
| Output Fields | |
| Total Files | Specify a field name to hold the total files upon successful plugin execution. Default field name is “Total Files”. This field is mandatory. |
| Downloaded Files | Specify a field name to hold the number of the Downloaded Files. |
| Overwritten Files | Specify a field name to hold the total number of the Overwritten Files. Errors can be captured in the step error handling (right-click step and select error handling) to make the error message visible on AutomationEdge Requests. |