Skip to content

Commit e036b35

Browse files
alafanecheresuhomud
authored andcommitted
Source Jira: change wording for description of array fields (#10835)
1 parent 781be94 commit e036b35

File tree

5 files changed

+11
-12
lines changed

5 files changed

+11
-12
lines changed

airbyte-config/init/src/main/resources/seed/source_definitions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@
383383
- name: Jira
384384
sourceDefinitionId: 68e63de2-bb83-4c7e-93fa-a8a9051e3993
385385
dockerRepository: airbyte/source-jira
386-
dockerImageTag: 0.2.18
386+
dockerImageTag: 0.2.19
387387
documentationUrl: https://docs.airbyte.io/integrations/sources/jira
388388
icon: jira.svg
389389
sourceType: api

airbyte-config/init/src/main/resources/seed/source_specs.yaml

+5-7
Original file line numberDiff line numberDiff line change
@@ -3822,7 +3822,7 @@
38223822
supportsNormalization: false
38233823
supportsDBT: false
38243824
supported_destination_sync_modes: []
3825-
- dockerImage: "airbyte/source-jira:0.2.18"
3825+
- dockerImage: "airbyte/source-jira:0.2.19"
38263826
spec:
38273827
documentationUrl: "https://docs.airbyte.io/integrations/sources/jira"
38283828
connectionSpecification:
@@ -3860,8 +3860,7 @@
38603860
examples:
38613861
- "PROJ1"
38623862
- "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."
38653864
start_date:
38663865
type: "string"
38673866
title: "Start Date"
@@ -3877,11 +3876,10 @@
38773876
title: "Additional Fields"
38783877
items:
38793878
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."
38823880
examples:
3883-
- "Field A"
3884-
- "Field B"
3881+
- "customfield_10096"
3882+
- "customfield_10071"
38853883
expand_issue_changelog:
38863884
type: "boolean"
38873885
title: "Expand Issue Changelog"

airbyte-integrations/connectors/source-jira/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ RUN pip install .
1212
ENV AIRBYTE_ENTRYPOINT "python /airbyte/integration_code/main.py"
1313
ENTRYPOINT ["python", "/airbyte/integration_code/main.py"]
1414

15-
LABEL io.airbyte.version=0.2.18
15+
LABEL io.airbyte.version=0.2.19
1616
LABEL io.airbyte.name=airbyte/source-jira

airbyte-integrations/connectors/source-jira/source_jira/spec.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"type": "string"
3333
},
3434
"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."
3636
},
3737
"start_date": {
3838
"type": "string",
@@ -47,8 +47,8 @@
4747
"items": {
4848
"type": "string"
4949
},
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"]
5252
},
5353
"expand_issue_changelog": {
5454
"type": "boolean",

docs/integrations/sources/jira.md

+1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ The Jira connector should not run into Jira API limitations under normal usage.
9595

9696
| Version | Date | Pull Request | Subject |
9797
| :--- | :--- | :--- | :--- |
98+
| 0.2.19 | 2022-05-04 | [\#10835](https://github.com/airbytehq/airbyte/pull/10835) | Change description for array fields |
9899
| 0.2.18 | 2021-12-23 | [\#7378](https://github.com/airbytehq/airbyte/pull/7378) | Adds experimental endpoint Pull Request |
99100
| 0.2.17 | 2021-12-23 | [\#9079](https://github.com/airbytehq/airbyte/pull/9079) | Update schema for `filters` stream + fix fetching `filters` stream |
100101
| 0.2.16 | 2021-12-21 | [\#8999](https://github.com/airbytehq/airbyte/pull/8999) | Update connector fields title/description |

0 commit comments

Comments
 (0)