blob: 82dd3050afc0001728c29ef555c680f2234db8f1 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.jiraaddcommentsink.CamelJiraaddcommentsinkSinkConnector",
"artifactId": "camel-jira-add-comment-sink-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-jira-add-comment-sink-sink",
"type": "sink",
"version": "3.20.1-SNAPSHOT",
"description": "Add a new comment to an existing issue in Jira.\n\nThe Kamelet expects the following headers to be set:\n\n- `issueKey` \/ `ce-issueKey`: as the issue code.\n\nThe comment is set in the body of the message."
},
"properties": {
"camel.kamelet.jira-add-comment-sink.jiraUrl": {
"name": "camel.kamelet.jira-add-comment-sink.jiraUrl",
"description": "The URL of your instance of Jira Example: http:\/\/my_jira.com:8081",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.jira-add-comment-sink.username": {
"name": "camel.kamelet.jira-add-comment-sink.username",
"description": "The username to access Jira",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.jira-add-comment-sink.password": {
"name": "camel.kamelet.jira-add-comment-sink.password",
"description": "The password or the API Token to access Jira",
"priority": "HIGH",
"required": "true"
}
}
}