Jira 6.x

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

Executing the Job to update an issue in JIRA application Press Ctrl + S to save the Job. Press F6 to execute the Job. Open the JSON file issue_info_update.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…

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

Retrieving the updated issue information from JIRA application Double-click the tJIRAInput component to open its Basic settings view. Select Issue from the JIRA resource drop-down list. In the JQL field, enter the JQL query used to retrieve the issue in JIRA application. In this example, the query is project = DOC AND issuekey = DOC-2….

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

Retrieving the new issue information from JIRA application Double-click the tJIRAInput component to open its Basic settings view. Select Issue from the JIRA resource drop-down list. In the JQL field, enter the JQL query used to retrieve issues in JIRA application. In this example, the query is project = DOC ORDER BY created DESC. All…

Setting up a Job for creating an issue in JIRA application – Docs for ESB 6.x

Setting up a Job for creating an issue in JIRA application A project with the key DOC has been created in JIRA application and only one issue with the key DOC-1 has already been created under this project. Create a new Job and add a tFileInputDelimited component, a tJIRAOutput component, a tJIRAInput component, a tExtractJSONFields…

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

Creating an issue in JIRA application Here is an example of using Talend components to create a new issue in JIRA application, then retrieve the information of the new issue from JIRA application, finally extract the information needed based on the JSONPath query and write the extracted information into a JSON file. Document get from…