JIRA Ingestion Source

JIRA data source allows you to retrieve information from issues based on a SQL query or from projects based on the specified configurations.

Data Source Configuration

Connection Name: Connections are the service identifiers. A connection name can be selected from the list if you have created and saved connection details for JIRA earlier. Or create one as explained in the topic - JIRA Source Connection →

Use the Test Connection option to ensure that the connection with the JIRA channel is established successfully.

A success message states that the connection is available. In case of any error in test connection, edit the connection to resolve the issue before proceeding further.

Search Type: The options available in Search Type are:

Query: It can be selected to read the desired data from JIRA issues by providing SQL query.

Parameters: It can be selected to read data from specific projects, issue types and fields.

If the preferred option is Query, an additional field for providing query will be displayed.

Query: Query to be executed in JIRA.

Example:


project = <project_id> AND issuetype IN ( 'Bug','Task') 

If the preferred option is Parameter, then proceed by updating the following fields.

Project Name: Project name(s) should be selected to read data from the available user projects. Select IN to include or NOT IN to exclude the selected project names.

Issue Type: Issue Type(s) should be selected to read data from the available Issue Types. Select IN to include or NOT IN to exclude the selected Issue Types.

Expand String: The expand parameter for the Work Item attributes. At present, only fields are supported.

Fields: Option to read data from the selected fields. The fields displayed in this parameter are specific to the projects selected above.

Add Configuration: Additional properties can be added using this option as key-value pairs.

Schema

Check the populated schema details. For more details, see Schema Preview →

Advanced Configuration

Optionally, you can enable incremental read. For more details, see JIRA Incremental Configuration →

Top