Skip to content

Commit

Permalink
Merge pull request #20 from leukeleu/include-archived-issues
Browse files Browse the repository at this point in the history
include archived issues
  • Loading branch information
dbunskoek authored Jan 5, 2024
2 parents 7da13e9 + bcc1efb commit 57bb75c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tap_linear/streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ class IssuesStream(LinearStream):
first: 35
after: $next
filter: { updatedAt: { gt: $replicationKeyValue } }
includeArchived: true
) {
nodes {
id
Expand Down

0 comments on commit 57bb75c

Please sign in to comment.