Activities
latest
false
Banner background image
Classic Integrations Activities
Last updated Apr 22, 2024

Add Attachment

UiPath.Jira.Activities.AddAttachment

The Add Attachment activity uses the JIra API to upload and attach a file (FilePath) to a specific Issue (Issue Key).

After uploading the file, the activity outputs the Attachment (Attachment). This can be used as an input variable in subsequent activities (e.g., Attachment in Download Attachment or Delete Attachment in conditional logic).

How it works

The following steps are example of how the activity works from design time (i.e., the activity dependencies and input/output properties) to run time.

  1. Complete the Setup steps.
  2. Add the Jira Scope activity to your project.
  3. Add the Add Attachment activity inside the Jira Scope activity.
  4. Create and enter a String and a FilePath variable for the Input properties.
  5. Create and enter a String and a Issue Key variable for the Input properties.
  6. Create and enter a Attachment and a Attachment variable for the Output properties.

Properties

Common
  • Continue On Error - This field only supports boolean values (True, False). The default value in this field is False. As a result, if this field is blank and an error is thrown, the execution of the project stops. If the value is set to True, the execution of the project continues regardless of any error.
  • DisplayName - The display name of the activity. This field supports only strings or String variables.
Input
  • File Path - The complete local path to the file that you want to upload. This field supports only strings or String variables.
  • Issue Key - The key of the Issue to add your attachment to. This field supports only strings or String variables.
Misc
  • Private - If selected, the values of variables and arguments are no longer logged at Verbose level.
Output
  • Attachment - An Attachment object representing the file that was uploaded. This field supports only Attachment variables. The variable you create for this property can be used as an input variable in subsequent activities (e.g., Download Attachment, etc.).
  • How it works
  • Properties

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.