Creating a Job for updating an issue in JIRA application - 7.3

JIRA

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Business applications > JIRA components
Data Quality and Preparation > Third-party systems > Business applications > JIRA components
Design and Development > Third-party systems > Business applications > JIRA components
Last publication date
2024-02-21

Before you begin

A project with the key DOC has been created in JIRA application and an issue with the key DOC-2 as shown below has already been created under this project.

Procedure

  1. Create a new Job and add a tFileInputDelimited component, a tJIRAOutput component, a tJIRAInput component, a tExtractJSONFields component, and a tFileOutputJSON component to the Job.
  2. Double-click the tJIRAOutput component to open its Basic settings view.
  3. Select Issue from the JIRA resource drop-down list and Update from the Output Action drop-down list to update an issue.
  4. Link the tFileInputDelimited component to the tJIRAOutput component using a Row > Main connection. In the pop-up dialog box, click Yes to let the tFileInputDelimited component get the schema of the tJIRAOutput component.
  5. Do the same to link the tJIRAInput component to the tExtractJSONFields component and the tExtractJSONFields component to the tFileOutputJSON component.
  6. Link the tFileInputDelimited component to the tJIRAInput component using a Trigger > On Subjob Ok connection.