tJIRAInput Standard properties - 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

These properties are used to configure tJIRAInput running in the Standard Job framework.

The Standard tJIRAInput component belongs to the Business family.

The component in this framework is available in all Talend products.

Basic settings

Host URL

Specify the URL used to access JIRA.

User Id and Password

Specify the user authentication data used to access JIRA.

To enter the password, click the [...] button next to the password field, and then in the pop-up dialog box enter the password between double quotes and click OK to save the settings.

JIRA resource

Select the JIRA resource from the drop-down list, either ISSUE or PROJECT.

Schema and Edit schema

A schema is a row description. It defines the number of fields (columns) to be processed and passed on to the next component.

Note that the schema of this component is read-only with a single column json of String type. It stores the issue or project information in JSON format. You can click Edit schema to view the schema.

JQL

Specify the JQL (JIRA Query Language) query based on which you will search for issues in JIRA. For more information about the JQL, see https://confluence.atlassian.com/jirasoftwareserver072/advanced-searching-829057400.html.

This field is available only when ISSUE is selected from the Jira resource drop-down list.

Project ID

Enter the ID of the project whose information you want to retrieve from JIRA.

This field is available only when PROJECT is selected from the Jira resource drop-down list.

Advanced settings

Batch size

Specify the number of issues to be processed in each batch.

This field is available only when ISSUE is selected from the Jira resource drop-down list.

tStatCatcher Statistics

Select this check box to gather the Job processing metadata at the Job level as well as at each component level.

Global Variables

Global Variables

NB_LINE: the number of rows processed. This is an After variable and it returns an integer.

ERROR_MESSAGE: the error message generated by the component when an error occurs. This is an After variable and it returns a string. This variable functions only if the Die on error check box is cleared, if the component has this check box.

A Flow variable functions during the execution of a component while an After variable functions after the execution of the component.

To fill up a field or expression with a variable, press Ctrl + Space to access the variable list and choose the variable to use from it.

For further information about variables, see Talend Studio User Guide.

Usage

Usage rule

This component is usually used as a start component of a Job or subJob and it always needs an output link.

Limitation

This component doesn't support retrieving the comments of issues from JIRA.