Jira
Last updated
Last updated
Jira source connector
Used to read data from Jira.
url
String
Yes
-
String
Yes
-
api_token
String
Yes
-
method
String
No
get
schema.fields
Config
No
-
format
String
No
json
params
Map
No
-
body
String
No
-
json_field
Config
No
-
content_json
String
No
-
poll_interval_millis
int
No
-
retry
int
No
-
retry_backoff_multiplier_ms
int
No
100
retry_backoff_max_ms
int
No
10000
enable_multi_lines
boolean
No
false
common-options
config
No
-
http request url
Jira Email
Jira API Token
http request method, only supports GET, POST method
http params
http body
request http api interval(millis) in stream mode
The max retry times if request http return to IOException
The retry-backoff times(millis) multiplier if request http failed
The maximum retry-backoff times(millis) if request http failed
the format of upstream data, now only support json
text
, default json
.
when you assign format is json
, you should also assign schema option, for example:
upstream data is the following:
you should assign schema as the following:
connector will generate data as the following:
200
get success
true
when you assign format is text
, connector will do nothing for upstream data, for example:
upstream data is the following:
connector will generate data as the following:
{"code": 200, "data": "get success", "success": true}
the schema fields of upstream data
This parameter can get some json data.If you only need the data in the 'book' section, configure content_field = "$.store.book.*"
.
If your return data looks something like this.
You can configure content_field = "$.store.book.*"
and the result returned looks like this:
Then you can get the desired result with a simpler schema,like
Here is an example:
This parameter helps you configure the schema,so this parameter must be used with schema.
If your data looks something like this:
You can get the contents of 'book' by configuring the task as follows:
Source plugin common parameters, please refer to Source Common Options for details
fields [Config]
Test data can be found at this link
See this link for task configuration .
Test data can be found at this link
See this link for task configuration .