Jira Issue Create Version 1

This handler uses the Jira Rest API library to create an issue within a Jira project. The handler first puts the data that was inputted into the JSON format and then posts that information using a REST call with basic auth. (WARNING: Using this handler without enabling SSL will not be secure). The id, key, and url of the issue will be returned by the handler. Any errors that occur during the process will be caught and re-raised by this handler.

Parameters

Name Description
Summary A summary of the issue.
Project Key The Key of the project that the issue will be added to.
Issue Type The name of the issue type (ie. Bug, New Feature, Task, etc).
Priority The name of the issue priority (ie. Major, Minor, Critical, etc).
Assignee The username of the person you want to assign this issue to.
Due Date The due date of the issue in the form of YYYY-MM-DD.
Description An in-depth explanation of the issue.

Sample Configuration

Name Description
Summary Something is broken
Project Key DEMO
Issue Type Bug
Priority Major
Assignee joe.user
Due Date 2014-08-22
Description Specifics about the bug

Results

Name Description
Id
Key
Url
id
key
url

Changelog

JiraIssueCreate_V1 (2014-02-17)

  • Initial version. See README for details.


Related Handlers

Jira Group Add User
This handler creates a new group in Jira.
Jira Group Create
This handler creates a new group in Jira.
Jira Issue Attachment Upload
This handler uploads an image to an existing Jira issue.
Jira Issue Delete
This handler deletes an issue in Jira.
Jira Issue Retrieve
This handler retrieves an issue from a Jira project.
Jira User Create
This handler creates a new user in Jira.

Looking for a workflow engine?

Learn more about the Kinetic Data Enterprise Workflow Platform Check it out Caret right circle