Issue with Item Rule Triggering Change Order
When I exclude an attribute from the expression and attempt to modify those attributes, it still triggers a change order. As expected from the below rule, only the attributes included in the expression should trigger a change order if they are updated.
Rules details
Rules Details:Type: Validations
Association Type: Item class
Association Name: Root Item Class
Severity: Needs Approval
Change Order Type: Attribute update change order
IF Expressions
((([Item].[Main].[Life Cycle Phase] == "Design") || ([Item].[Main].[Life Cycle Phase] == "Planning") || ([Item].[Main].[Life Cycle Phase] == "Prototype") || ([Item].[Main].[Life Cycle Phase] == "PreProduction"))) && ((changed([Item].[Fulfillment1]) || changed([Item].[Software BITS Info]) || changed([Item].[Availability1]) || changed([Item].[Functionality]) || changed([Item].[Functionality-2]) || changed([Item].[Functionality-Predecessor]) || changed([Item].[Security]) || changed([Item].[Support]) || changed([Item].[Software BITS - Destination]) || changed([Item].[Support-1]) || changed([Item].[Software BITS - Download Model Group]) || changed([Item].[Software BITS - File Extension]) || changed([Item].[Software BITS - Flags]) || changed([Item].[Software BITS - Translation Language]) || changed([Item].[Software BITS Info-Owner]) || changed([Item].[Support Task])))