Skip to content

Commit 596b3e1

Browse files
committed
feat(issue-stream): support regression customfield
1 parent 717cbbc commit 596b3e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tap_jira/streams.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1828,6 +1828,7 @@ class IssueStream(JiraStream):
18281828
Property("customfield_10144", base_item_schema), ## Criticality
18291829
Property("customfield_10159", base_item_schema), ## RCA Public
18301830
Property("customfield_10160", base_item_schema), ## RCA Interne
1831+
Property("customfield_10155", base_item_schema), ## Regression
18311832
Property(
18321833
"environment",
18331834
ObjectType(

0 commit comments

Comments
 (0)