camel-jira-oauth-source-kafka-connector source configuration

Connector Description: Receive notifications about new issues from Jira through OAuth authentication.

When using camel-jira-oauth-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-oauth-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.jiraoauthsource.CamelJiraoauthsourceSourceConnector

The camel-jira-oauth-source source connector supports 6 options, which are listed below.

Name Description Default Priority

camel.kamelet.jira-oauth-source.jiraUrl

Required The URL of your instance of Jira Example: http://my_jira.com:8081.

HIGH

camel.kamelet.jira-oauth-source.accessToken

Required The access token generated by the Jira server.

HIGH

camel.kamelet.jira-oauth-source.verificationCode

Required The verification code from Jira generated in the first step of the authorization proccess.

HIGH

camel.kamelet.jira-oauth-source.consumerKey

Required The consumer key from Jira settings.

HIGH

camel.kamelet.jira-oauth-source.privateKey

Required The private key generated by the client to encrypt the conversation to the server.

HIGH

camel.kamelet.jira-oauth-source.jql

Required A query to filter issues Example: project=MyProject.

HIGH

The camel-jira-oauth-source source connector has no converters out of the box.

The camel-jira-oauth-source source connector has no transforms out of the box.

The camel-jira-oauth-source source connector has no aggregation strategies out of the box.