forgot to answer the other question - the rule will be executed for each process instance that is available in working memory that satisfy rule condition. So once you process a given process instance you could either retract the process instance from session or make sure that for it condition will not be meet any more, for example insert Issue instance with the id of request.
HTH