I would like to see more robust conditions when creating rules. I have a project that has tasks added via email. The project currently contains 30 rules because I have to create individual rules for specific people. If I could nest AND and OR rules, I could reduce the number of rules in the project. For example I would like to do the following:
Trigger
{if status is set to “Ready for Review”}
AND
{Task is assigned to Jordan
OR
Task is assigned to Anne
OR
Task is assigned to Candice}
Actions
Move task to a certain section and set the assignee to Clint.
Currently I cannot pair AND and OR triggers in the same rule, so I have to create a separate rule for each task assignment - one for Jordan, one for Anne, and one for Candice.
Is this an addition being considered at all?