Back to Jira Integrations
Handler · Version 2

Jira Issue Attachment Upload Jira

Download GitHub

About

This handler uses the Jira Rest API library to upload a file to an existing Jira issue. The handler first retrieves the attachment from the Kinetic Platform then sends the file to Jira in a REST call.

WARNING: Using this handler without enabling SSL will not be secure within a Jira project. Any errors that occur during the process will be caught and re-raised by this handler.

Parameters
Name Description Sample
Attachment Input Type Choose Field if the input for the attachment info as a Field Name or choose JSON if the input is an attachment's JSON from the Get Attachment Info handler. Note that if Field is specified, the fields entered should only allow one attachment.
Attachment Field The Field Name of an attachment question to retrieve an attachment from. Attachments
Attachment JSON The JSON of an attachment object retrieved from the Get Attachment Info handler.
Submission ID The id of the CE submission containing the attachment.
Issue Key The Key of the issue that the attachment will be added to. KT-202
Changelog

JiraIssueAttachmentUploadV2 (2021-03-21)

  • Updated to pull attachment from Kinetic Core.

JiraIssueAttachmentUploadV1 (2014-05-06)

  • Initial version. See README for details.
Download GitHub

On This Page

Other Versions

Looking for a workflow engine? Learn more about the Kinetic Data Enterprise Workflow Platform. Check it out
Return to Top