Skip to content

Commit a263fa4

Browse files
authored
Merge pull request #1 from jb-delafosse/feat/jira/export-regression-customfield
feat(issue-stream): support regression customfield
2 parents 717cbbc + 596b3e1 commit a263fa4

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)