Skip to content

Commit

Permalink
Add (current) cycle to issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wadevries committed Sep 19, 2023
1 parent 9f6a024 commit b5c0cbf
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tap_linear/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,12 @@ class IssuesStream(LinearStream):
th.Property("updatedAt", th.DateTimeType),
th.Property("completedAt", th.DateTimeType),
th.Property("archivedAt", th.DateTimeType),
th.Property(
"cycle",
th.ObjectType(
th.Property("id", th.StringType),
),
),
th.Property("assignee", UserType),
th.Property("creator", UserType),
th.Property(
Expand Down Expand Up @@ -193,6 +199,9 @@ class IssuesStream(LinearStream):
updatedAt
completedAt
archivedAt
cycle {
id
}
assignee {
id
name
Expand Down

0 comments on commit b5c0cbf

Please sign in to comment.