In this example, a simple JSON file
D:/JiraComponents/issue_update.json will be used
to update an existing issue with the key DOC-2 that
is under the DOC project, and the data in this file
reads as follows:
DOC-2;
{"fields": {
"description": "Update an issue under the DOC project",
"summary": "Add the documentation for new components tJIRAInput and tJIRAOutput"
}}
Note that the tJIRAOutput component now only supports
updating project/issue in JIRA application with the single line JSON file,
so you need to join all lines in the input JSON file into one line before
executing the Job.