Today, it's possible to pair Employee A with Employee B for Shifts with tag X
{ "pairedEmployee": "Employee B",
"onlyForShiftTags": ["X"]
}
This is a feature request to be able to Pair an Employee A working in Shift with tag X, with any Employee (from a list Employee B, Employee C) working in Shift with tag Y
{
"onlyForShiftTagsForTargetEmployee": "Tag X",
"pairedEmployees": ["Employee B", "Employee C"]
"onlyForShiftTagsForPairedEmployee": ["Tag Y"]
}
So, we would to be able to say If JOHN is working on a "Unit 1" shift, then BROWN or JOHN should be working on "Unit B" shift.