camel-jira-add-comment-sink-kafka-connector sink configuration

Connector Description: Add a new comment to an existing issue in Jira. The Kamelet expects the following headers to be set: - `issueKey` / `ce-issueKey`: as the issue code. The comment is set in the body of the message. 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-add-comment-sink-kafka-connector as sink make sure to use the following Maven dependency to have support for the connector:

<dependency>
  <groupId>org.apache.camel.kafkaconnector</groupId>
  <artifactId>camel-jira-add-comment-sink-kafka-connector</artifactId>
  <version>x.x.x</version>
  <!-- use the same version as your Camel Kafka connector version -->
</dependency>

To use this sink connector in Kafka connect you’ll need to set the following connector.class

connector.class=org.apache.camel.kafkaconnector.jiraaddcommentsink.CamelJiraaddcommentsinkSinkConnector

The camel-jira-add-comment-sink sink connector supports 4 options, which are listed below.

Name Description Default Priority

camel.kamelet.jira-add-comment-sink.jiraUrl

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

HIGH

camel.kamelet.jira-add-comment-sink.username

The username to access Jira.

MEDIUM

camel.kamelet.jira-add-comment-sink.password

The password to access Jira.

MEDIUM

camel.kamelet.jira-add-comment-sink.personal-token

Personal Token.

MEDIUM

The camel-jira-add-comment-sink sink connector has no converters out of the box.

The camel-jira-add-comment-sink sink connector has no transforms out of the box.

The camel-jira-add-comment-sink sink connector has no aggregation strategies out of the box.