Skip to content

Commit

Permalink
feat: Support importing arbitrary Jira Customfields
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffgeorge committed Dec 16, 2024
1 parent bdf78bf commit 8cfbcdf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_jira/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -1645,6 +1645,7 @@ class IssueStream(JiraStream):
Property("id", IntegerType),
Property("editmeta", StringType),
Property("histories", StringType),
additional_properties=True,
),
),
Property("created", StringType),
Expand Down

0 comments on commit 8cfbcdf

Please sign in to comment.