We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1523ad8 commit 717cbbcCopy full SHA for 717cbbc
tap_jira/streams.py
@@ -1819,9 +1819,15 @@ class IssueStream(JiraStream):
1819
Property("customfield_10038", StringType),
1820
Property("customfield_10039", StringType),
1821
Property("customfield_10000", ArrayType(base_item_schema)),
1822
+ Property("customfield_10141", StringType), ## Version (tag)
1823
Property("customfield_10042", StringType),
1824
Property("customfield_10046", StringType),
- 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
1831
Property(
1832
"environment",
1833
ObjectType(
0 commit comments