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 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: IssueFilterproperty, which in turn allows to pass astate: WorkflowStateFilterproperty. We can use that.