File tree 5 files changed +11
-12
lines changed
airbyte-config/init/src/main/resources/seed
airbyte-integrations/connectors/source-jira
docs/integrations/sources
5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 383
383
- name : Jira
384
384
sourceDefinitionId : 68e63de2-bb83-4c7e-93fa-a8a9051e3993
385
385
dockerRepository : airbyte/source-jira
386
- dockerImageTag : 0.2.18
386
+ dockerImageTag : 0.2.19
387
387
documentationUrl : https://docs.airbyte.io/integrations/sources/jira
388
388
icon : jira.svg
389
389
sourceType : api
Original file line number Diff line number Diff line change 3822
3822
supportsNormalization : false
3823
3823
supportsDBT : false
3824
3824
supported_destination_sync_modes : []
3825
- - dockerImage : " airbyte/source-jira:0.2.18 "
3825
+ - dockerImage : " airbyte/source-jira:0.2.19 "
3826
3826
spec :
3827
3827
documentationUrl : " https://docs.airbyte.io/integrations/sources/jira"
3828
3828
connectionSpecification :
3860
3860
examples :
3861
3861
- " PROJ1"
3862
3862
- " PROJ2"
3863
- description : " Comma-separated list of Jira project keys to replicate data\
3864
- \ for."
3863
+ description : " List of Jira project keys to replicate data for."
3865
3864
start_date :
3866
3865
type : " string"
3867
3866
title : " Start Date"
3877
3876
title : " Additional Fields"
3878
3877
items :
3879
3878
type : " string"
3880
- description : " Comma-separated list of additional fields to include in replicating\
3881
- \ issues."
3879
+ description : " List of additional fields to include in replicating issues."
3882
3880
examples :
3883
- - " Field A "
3884
- - " Field B "
3881
+ - " customfield_10096 "
3882
+ - " customfield_10071 "
3885
3883
expand_issue_changelog :
3886
3884
type : " boolean"
3887
3885
title : " Expand Issue Changelog"
Original file line number Diff line number Diff line change @@ -12,5 +12,5 @@ RUN pip install .
12
12
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
13
13
ENTRYPOINT ["python" , "/airbyte/integration_code/main.py" ]
14
14
15
- LABEL io.airbyte.version=0.2.18
15
+ LABEL io.airbyte.version=0.2.19
16
16
LABEL io.airbyte.name=airbyte/source-jira
Original file line number Diff line number Diff line change 32
32
"type" : " string"
33
33
},
34
34
"examples" : [" PROJ1" , " PROJ2" ],
35
- "description" : " Comma-separated list of Jira project keys to replicate data for."
35
+ "description" : " List of Jira project keys to replicate data for."
36
36
},
37
37
"start_date" : {
38
38
"type" : " string" ,
47
47
"items" : {
48
48
"type" : " string"
49
49
},
50
- "description" : " Comma-separated list of additional fields to include in replicating issues." ,
51
- "examples" : [" Field A " , " Field B " ]
50
+ "description" : " List of additional fields to include in replicating issues." ,
51
+ "examples" : [" customfield_10096 " , " customfield_10071 " ]
52
52
},
53
53
"expand_issue_changelog" : {
54
54
"type" : " boolean" ,
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ The Jira connector should not run into Jira API limitations under normal usage.
95
95
96
96
| Version | Date | Pull Request | Subject |
97
97
| :--- | :--- | :--- | :--- |
98
+ | 0.2.19 | 2022-05-04 | [ \# 10835] ( https://github.com/airbytehq/airbyte/pull/10835 ) | Change description for array fields |
98
99
| 0.2.18 | 2021-12-23 | [ \# 7378] ( https://github.com/airbytehq/airbyte/pull/7378 ) | Adds experimental endpoint Pull Request |
99
100
| 0.2.17 | 2021-12-23 | [ \# 9079] ( https://github.com/airbytehq/airbyte/pull/9079 ) | Update schema for ` filters ` stream + fix fetching ` filters ` stream |
100
101
| 0.2.16 | 2021-12-21 | [ \# 8999] ( https://github.com/airbytehq/airbyte/pull/8999 ) | Update connector fields title/description |
You can’t perform that action at this time.
0 commit comments