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
Our kanban flow has a Write column with the idea that Issues in that column can be in “To Do” or “Doing” state. Any Issue created on-the-fly using the Slack /issue command auto-assigns the author and applies a draft label, but this doesn’t align with our opinionated kanban.
The Issue should remain unassigned and unlabeled, because anyone on the team can pick it up to finish the draft and move it forward through the Write column to make it ready for approval.
Scenario: Create Issue from Slack
Given I use the /issue command from Slack to create a new GitHub Issue
When the Issue is created in GitHub
Then no assignee is applied
and no label is applied
The text was updated successfully, but these errors were encountered:
Background
Our kanban flow has a
Write
column with the idea that Issues in that column can be in “To Do” or “Doing” state. Any Issue created on-the-fly using the Slack/issue
command auto-assigns the author and applies adraft
label, but this doesn’t align with our opinionated kanban.The Issue should remain unassigned and unlabeled, because anyone on the team can pick it up to finish the draft and move it forward through the
Write
column to make it ready for approval.Scenario: Create Issue from Slack
Given I use the
/issue
command from Slack to create a new GitHub IssueThe text was updated successfully, but these errors were encountered: