Hello c:
Could you help me please?,
I´m new working with Doors and with RegEx and I have a little problem.
I have an attribute that storage comments (c_Review_Comment) that content comments about some requirement like issue, recommendation, observation, ... and when the topic is checked normally we close it with the Doors option "ALL_ACTIONS_DONE" .
My problem is that sometimes the time forget to close it and left the comment open, I would like to create a filter using a regex that could filter in the attribute "c_Review_Comment" all the comments that are not empty and also that not finished with "ALL_ACTIONS_DONE"
at the moment this is my RegEX:
c_Review_Comment is not empty AND NOT (Attribute 'c_Review_Comment' contains 'ALL_ACTIONS_DONE\n$')
When I apply it individually each filter works but when I try to concatenate it doesn´t work.
Thanks a lot!
#Support#DOORS#Sustainability#SupportMigration#EngineeringRequirementsManagement