blob: 482ee04d5e1984520c81917ea5a99e87d027a3ae [file] [log] [blame]
{
"connector": {
"class": "org.apache.camel.kafkaconnector.jira.CamelJiraSinkConnector",
"artifactId": "camel-jira-kafka-connector",
"groupId": "org.apache.camel.kafkaconnector",
"id": "camel-jira-sink",
"type": "sink",
"version": "0.7.2",
"description": "Interact with JIRA issue tracker."
},
"properties": {
"camel.sink.path.type": {
"name": "camel.sink.path.type",
"description": "Operation to perform. Consumers: NewIssues, NewComments. Producers: AddIssue, AttachFile, DeleteIssue, TransitionIssue, UpdateIssue, Watchers. See this class javadoc description for more information. One of: [ADDCOMMENT] [ADDISSUE] [ATTACH] [DELETEISSUE] [NEWISSUES] [NEWCOMMENTS] [WATCHUPDATES] [UPDATEISSUE] [TRANSITIONISSUE] [WATCHERS] [ADDISSUELINK] [ADDWORKLOG] [FETCHISSUE] [FETCHCOMMENTS]",
"priority": "HIGH",
"required": "true",
"enum": [
"ADDCOMMENT",
"ADDISSUE",
"ATTACH",
"DELETEISSUE",
"NEWISSUES",
"NEWCOMMENTS",
"WATCHUPDATES",
"UPDATEISSUE",
"TRANSITIONISSUE",
"WATCHERS",
"ADDISSUELINK",
"ADDWORKLOG",
"FETCHISSUE",
"FETCHCOMMENTS"
]
},
"camel.sink.endpoint.delay": {
"name": "camel.sink.endpoint.delay",
"description": "Time in milliseconds to elapse for the next poll.",
"defaultValue": "\"6000\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.jiraUrl": {
"name": "camel.sink.endpoint.jiraUrl",
"description": "The Jira server url, example: http:\/\/my_jira.com:8081",
"priority": "HIGH",
"required": "true"
},
"camel.sink.endpoint.lazyStartProducer": {
"name": "camel.sink.endpoint.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.synchronous": {
"name": "camel.sink.endpoint.synchronous",
"description": "Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported).",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.accessToken": {
"name": "camel.sink.endpoint.accessToken",
"description": "(OAuth only) The access token generated by the Jira server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.consumerKey": {
"name": "camel.sink.endpoint.consumerKey",
"description": "(OAuth only) The consumer key from Jira settings.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.password": {
"name": "camel.sink.endpoint.password",
"description": "(Basic authentication only) The password to authenticate to the Jira server. Use only if username basic authentication is used.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.privateKey": {
"name": "camel.sink.endpoint.privateKey",
"description": "(OAuth only) The private key generated by the client to encrypt the conversation to the server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.username": {
"name": "camel.sink.endpoint.username",
"description": "(Basic authentication only) The username to authenticate to the Jira server. Use only if OAuth is not enabled on the Jira server. Do not set the username and OAuth token parameter, if they are both set, the username basic authentication takes precedence.",
"priority": "MEDIUM",
"required": "false"
},
"camel.sink.endpoint.verificationCode": {
"name": "camel.sink.endpoint.verificationCode",
"description": "(OAuth only) The verification code from Jira generated in the first step of the authorization proccess.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jira.delay": {
"name": "camel.component.jira.delay",
"description": "Time in milliseconds to elapse for the next poll.",
"defaultValue": "\"6000\"",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jira.jiraUrl": {
"name": "camel.component.jira.jiraUrl",
"description": "The Jira server url, example: http:\/\/my_jira.com:8081",
"priority": "HIGH",
"required": "true"
},
"camel.component.jira.lazyStartProducer": {
"name": "camel.component.jira.lazyStartProducer",
"description": "Whether the producer should be started lazy (on the first message). By starting lazy you can use this to allow CamelContext and routes to startup in situations where a producer may otherwise fail during starting and cause the route to fail being started. By deferring this startup to be lazy then the startup failure can be handled during routing messages via Camel's routing error handlers. Beware that when the first message is processed then creating and starting the producer may take a little time and prolong the total processing time of the processing.",
"defaultValue": "false",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jira.autowiredEnabled": {
"name": "camel.component.jira.autowiredEnabled",
"description": "Whether autowiring is enabled. This is used for automatic autowiring options (the option must be marked as autowired) by looking up in the registry to find if there is a single instance of matching type, which then gets configured on the component. This can be used for automatic configuring JDBC data sources, JMS connection factories, AWS Clients, etc.",
"defaultValue": "true",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jira.configuration": {
"name": "camel.component.jira.configuration",
"description": "To use a shared base jira configuration.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jira.accessToken": {
"name": "camel.component.jira.accessToken",
"description": "(OAuth only) The access token generated by the Jira server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jira.consumerKey": {
"name": "camel.component.jira.consumerKey",
"description": "(OAuth only) The consumer key from Jira settings.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jira.password": {
"name": "camel.component.jira.password",
"description": "(Basic authentication only) The password to authenticate to the Jira server. Use only if username basic authentication is used.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jira.privateKey": {
"name": "camel.component.jira.privateKey",
"description": "(OAuth only) The private key generated by the client to encrypt the conversation to the server.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jira.username": {
"name": "camel.component.jira.username",
"description": "(Basic authentication only) The username to authenticate to the Jira server. Use only if OAuth is not enabled on the Jira server. Do not set the username and OAuth token parameter, if they are both set, the username basic authentication takes precedence.",
"priority": "MEDIUM",
"required": "false"
},
"camel.component.jira.verificationCode": {
"name": "camel.component.jira.verificationCode",
"description": "(OAuth only) The verification code from Jira generated in the first step of the authorization proccess.",
"priority": "MEDIUM",
"required": "false"
}
}
}