hi
we have a field "Story Review" where can add different reviewers, e.g. DEV, USER etc.
after that each of these reviewers is represented with a checkbox. As soon as all checkboxes are set the story is treated as reviewed.
Actually I have the problem to figure out which of the story have not been reviewed yet.
with query "Story Review" = "DEV" i get all stories having "DEV" in the reviewers list. But I don't how to create the query that only the stories are listed which have not been reviewed by "DEV".
further information.
when a checkbox is set, e.g. for DEV. this is represented with string "DEV: +" in the history, if its not checked with string "DEV: -".
Any Ideas?
thanks
claudio