Summary: NextTicket rule builder
Description: NextTicket is a great feature, but it could be improved by allowing users to create their own rules. By this I mean to have the ability to combine multiple different pre-made rules into a single master rule based on a set of matching criteria.
For example, it would be great to create a NextTicket rule that adds a certain number of points based on a set of matching criteria;
IF Account = CustomerX, AND PriorityType = P2 THEN +10000 points.
But I then may want a different score for CustomerY:
IF Account = CustomerY, AND PriorityType = P2 THEN +1000 points.
It is building up a set of criteria for creating a set of AND/OR rules (akin to the Trigger builder in the Bots function).
Why: It would then mean we can really start to customise the NextTicket manager rules and gives us the ability to chain rules together, so that we can start adding custom points based on a set of matching criteria. The existing system is good, but it isn’t as flexible as other parts of MSPBots like the Bots designer/builder where you have the option to build up a criteria-based ruleset.
Priority: Low