Skip to content

Commit 717cbbc

Browse files
committed
feat(issue-stream): add customfields
1 parent 1523ad8 commit 717cbbc

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

tap_jira/streams.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1819,9 +1819,15 @@ class IssueStream(JiraStream):
18191819
Property("customfield_10038", StringType),
18201820
Property("customfield_10039", StringType),
18211821
Property("customfield_10000", ArrayType(base_item_schema)),
1822+
Property("customfield_10141", StringType), ## Version (tag)
18221823
Property("customfield_10042", StringType),
18231824
Property("customfield_10046", StringType),
1824-
Property("customfield_10047", StringType),
1825+
Property("customfield_10104", StringType), ## Repo URL
1826+
Property("customfield_10074", base_item_schema), ## POD
1827+
Property("customfield_10143", base_item_schema), ## Severity
1828+
Property("customfield_10144", base_item_schema), ## Criticality
1829+
Property("customfield_10159", base_item_schema), ## RCA Public
1830+
Property("customfield_10160", base_item_schema), ## RCA Interne
18251831
Property(
18261832
"environment",
18271833
ObjectType(

0 commit comments

Comments
 (0)