Tool
Add attachment to issue
The Jira Add Attachment to Issue tool enables seamless addition of files directly to Jira issues, simplifying project management and collaboration. It supports adding attachments via file paths or URLs to specific issues within your Jira cloud environment.
Features
- Supports adding attachments to Jira issues using issue ID or key for precise targeting.
- Accepts both file URLs and local file paths, offering flexible attachment options.
- Integrates smoothly with Jira Cloud using the designated cloud ID for authentication.
- Utilizes Atlassian's official API for reliable and secure file uploads.
- Easy to configure and use within automated workflows in Pipedream.
Benefits
- Enhances team collaboration by keeping all relevant files linked to issues.
- Saves time by automating attachment uploads without manual intervention.
- Improves project tracking with direct access to necessary documentation.
- Ensures secure and compliant file handling compliant with Jira cloud standards.
- Supports better issue resolution through comprehensive attachment management.
Description
Adds an attachment to an issue, See the docs
Parameters
3 parameters
| Name | Type | Description |
|---|---|---|
| cloudIdrequired | string | The cloud ID. |
| issueIdOrKeyrequired | string | The ID or key of the issue where the attachment will be added to. |
| filerequired | string | Provide either a file URL or a path to a file in the /tmp directory (for example, /tmp/myFile.pdf). |