Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Linear: Get all my issues" returns all issues without filtering non-Done ones #2

Open
nir0s opened this issue Sep 17, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@nir0s
Copy link
Contributor

nir0s commented Sep 17, 2021

The idea of the command is to allow to easily choose the next item to work on. This makes it kinda redundant. We should probably filter by status.

client.viewer.assignedIssues() allows to pass a filter: IssueFilter property, which in turn allows to pass a state: WorkflowStateFilter property. We can use that.

@nir0s nir0s added the bug Something isn't working label Sep 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant