About
This handler uses the Jira Rest API library to retrieve an issue from a Jira project. The handler takes a issue key and and then retrieves information about that issue in JSON form. The handler then converts that JSON into XML that the handler can return to the task engine. (WARNING: Using this handler without enabling SSL will not be secure). Any errors that occur during the process will be caught and re-raised by this handler.
Parameters
Name | Description | Sample |
---|---|---|
Issue Key | The key of the issue you wish to retrieve. | KTP-1 |
Results
Name | Description |
---|---|
Id | |
Key | |
Summary | |
Description | |
Creator Name | |
Creator Email Address | |
Creator Display Name | |
Project Key | |
Project Name | |
Status Name | |
Issue Type Name | |
id | |
key | |
summary | |
description | |
creator_name | |
creator_emailAddress | |
creator_displayName | |
project_key | |
project_name | |
status_name | |
issuetype_name |
Changelog
JiraIssueRetrieve_V1 (2014-07-30)
- 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