Back to Jira Integrations
Handler · Version 1

Jira Issue Comment Add Jira

Download GitHub

About

This handler uses the Jira Rest API library to add a comment on an existing issue within a Jira project. (WARNING: Using this handler without enabling SSL will not be secure). The id, and url of the comment will be returned by the handler. Any errors that occur during the process will be caught and re-raised by this handler, or returned as an error message if specified.

Parameters
Name Description Sample
Error Handling Determine what to return if an error is encountered. Error Message
Issue Key The Issue Key the comment should be attached to. TDP-2
API Body JSON structure of the body content of the api call. {"body":"Comment here... \\nNew Line"}
Results
Name Description
Handler Error Message Error message if an error was encountered and Error Handling is set to "Error Message".
id The id of the comment that was created.
url The url of the comment that was created.
Changelog

Jira Issue Comment Add V1 (2020-02-08)

  • Initial version. See README for details.
Download GitHub

On This Page

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