camel-jira-source-kafka-connector source configuration
Connector Description: Receive notifications about new issues from Jira. To authenticate a username/password or personal token must be defined. We recommend to use personal token as it is a safer way to get access to Jira.
When using camel-jira-source-kafka-connector as source make sure to use the following Maven dependency to have support for the connector:
<dependency>
<groupId>org.apache.camel.kafkaconnector</groupId>
<artifactId>camel-jira-source-kafka-connector</artifactId>
<version>x.x.x</version>
<!-- use the same version as your Camel Kafka connector version -->
</dependency>
To use this source connector in Kafka connect you’ll need to set the following connector.class
connector.class=org.apache.camel.kafkaconnector.jirasource.CamelJirasourceSourceConnector
The camel-jira-source source connector supports 5 options, which are listed below.
Name | Description | Default | Priority |
---|---|---|---|
Required The URL of your instance of Jira. Example: http://my_jira.com:8081. | HIGH | ||
The username to access Jira. | MEDIUM | ||
The password to access Jira. | MEDIUM | ||
Personal Token. | MEDIUM | ||
A query to filter issues. Example: project=MyProject. | MEDIUM |
The camel-jira-source source connector has no converters out of the box.
The camel-jira-source source connector has no transforms out of the box.
The camel-jira-source source connector has no aggregation strategies out of the box.