-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Labels
Description
In legacy workflows, there was an "'On Duty' Management' one. It required a difficult setup with a special project, where issues represented Duties as Assignees, and States encoded the current Duty, and chain of Duties was represented by issues linked with 'is required for' link.
There is a much simpler way to solve this problem now: use one issue, keep a list of Duties in JS script and change Assignee in this singular issue accordingly.