Jira 6.x

Updating an issue in JIRA application – Docs for ESB 6.x

Updating an issue in JIRA application Double-click the tFileInputDelimited component to open its Basic settings view. 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…

Retrieving the project information from JIRA application – Docs for ESB 6.x

Retrieving the project information from JIRA application Here is an example of using Talend components to retrieve the information of a project from JIRA application, extract the information needed based on the JSONPath query, and finally write the extracted information into a JSON file. Document get from Talend https://help.talend.com Thank you for watching.

Creating a Job for retrieving the project information from JIRA application – Docs for ESB 6.x

Creating a Job for retrieving the project information from JIRA application A project with the key DOC has been created in JIRA application. Create a new Job and add a tJIRAInput component, a tExtractJSONFields component, and a tFileOutputJSON component to the Job. Link the tJIRAInput component to the tExtractJSONFields component using a Row > Main…

Configuring the Job for retrieving the project information from JIRA application – Docs for ESB 6.x

Configuring the Job for retrieving the project information from JIRA application Double-click the tJIRAInput component to open its Basic settings view. In the Host URL, User Id, and Password fields, specify the user authentication information required to access the JIRA application. Select Project from the JIRA resource drop-down list, in the Project ID field displayed,…

tJIRAOutput – Docs for ESB 6.x

tJIRAOutput Inserts, updates, or deletes the issue or project information in JIRA. tJIRAOutput Standard properties These properties are used to configure tJIRAOutput running in the Standard Job framework. The Standard tJIRAOutput component belongs to the Business family. The component in this framework is generally available. Basic settings Host URL Specify the URL used to access…

tJIRAInput – Docs for ESB 6.x

tJIRAInput Retrieves the issue information based on a JQL query or retrieve the project information based on a specified project ID from JIRA. tJIRAInput Standard properties 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 generally…

Executing the Job to retrieve the project information from JIRA application – Docs for ESB 6.x

Executing the Job to retrieve the project information from JIRA application Press Ctrl + S to save the Job. Press F6 to execute the Job. Open the JSON file project_info.json generated. Note that all extracted project information is displayed in one line in the generated JSON file, and you can use some editor tool to…

Executing the Job to create an issue in JIRA application – Docs for ESB 6.x

Executing the Job to create an issue in JIRA application Press Ctrl + S to save the Job. Press F6 to execute the Job. Open the JSON file issue_info.json generated. Note that all extracted issue information is displayed in one line in the generated JSON file, and you can use some editor tool to format…

Creating a new issue in JIRA application – Docs for ESB 6.x

Creating a new issue in JIRA application Double-click the tFileInputDelimited component to open its Basic settings view. In the File name/Stream field, specify the path to the JSON file used to create the issue. In this example, a simple JSON file D:/JiraComponents/issue_create.json will be used to insert a new issue under the project with the…

Creating a Job for updating an issue in JIRA application – Docs for ESB 6.x

Creating a Job for updating an issue in JIRA application 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. Create a new Job and add a tFileInputDelimited component, a tJIRAOutput component, a tJIRAInput component, a…

  • 1
  • 2