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

Procedure

  1. Double-click the tFileInputDelimited component to open its Basic settings view.
  2. In the File name/Stream field, specify the path to the JSON file used to update the issue.

    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.

  3. Double-click the tJIRAOutput component to open its Basic settings view.
  4. In the Host URL, User Id, and Password fields, specify the user authentication information required to access the JIRA application.