camel-jira-transition-issue-sink-kafka-connector sink configuration

Connector Description: Sets a new status (transition to) of an existing issue in Jira. The Kamelet expects the following headers to be set: - `issueKey` / `ce-issueKey`: as the issue unique code. - `issueTransitionId` / `ce-issueTransitionId`: as the new status (transition) code. You should carefully check the project workflow as each transition may have conditions to check before the transition is made. The comment of the transition 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-transition-issue-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-transition-issue-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.jiratransitionissuesink.CamelJiratransitionissuesinkSinkConnector

The camel-jira-transition-issue-sink sink connector supports 4 options, which are listed below.

Name Description Default Priority

camel.kamelet.jira-transition-issue-sink.jiraUrl

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

HIGH

camel.kamelet.jira-transition-issue-sink.username

The username to access Jira.

MEDIUM

camel.kamelet.jira-transition-issue-sink.password

The password to access Jira.

MEDIUM

camel.kamelet.jira-transition-issue-sink.personal-token

Personal Token.

MEDIUM

The camel-jira-transition-issue-sink sink connector has no converters out of the box.

The camel-jira-transition-issue-sink sink connector has no transforms out of the box.

The camel-jira-transition-issue-sink sink connector has no aggregation strategies out of the box.