You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 afilter: IssueFilter
property, which in turn allows to pass astate: WorkflowStateFilter
property. We can use that.The text was updated successfully, but these errors were encountered: