blob: 723e366d5fb7bfeba728924764b1c56b30d2edd4 [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.jiraoauthsource.CamelJiraoauthsourceSourceConnector",
"artifactId": "camel-jira-oauth-source-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-jira-oauth-source-source",
"type": "source",
"version": "3.19.0-SNAPSHOT",
"description": "Receive notifications about new issues from Jira through OAuth authentication."
},
"properties": {
"camel.kamelet.jira-oauth-source.jiraUrl": {
"name": "camel.kamelet.jira-oauth-source.jiraUrl",
"description": "The URL of your instance of Jira Example: http:\/\/my_jira.com:8081",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.jira-oauth-source.accessToken": {
"name": "camel.kamelet.jira-oauth-source.accessToken",
"description": "The access token generated by the Jira server.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.jira-oauth-source.verificationCode": {
"name": "camel.kamelet.jira-oauth-source.verificationCode",
"description": "The verification code from Jira generated in the first step of the authorization proccess.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.jira-oauth-source.consumerKey": {
"name": "camel.kamelet.jira-oauth-source.consumerKey",
"description": "The consumer key from Jira settings.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.jira-oauth-source.privateKey": {
"name": "camel.kamelet.jira-oauth-source.privateKey",
"description": "The private key generated by the client to encrypt the conversation to the server.",
"priority": "HIGH",
"required": "true"
},
"camel.kamelet.jira-oauth-source.jql": {
"name": "camel.kamelet.jira-oauth-source.jql",
"description": "A query to filter issues Example: project=MyProject",
"priority": "HIGH",
"required": "true"
}
}
}