Remediation target is being set to 'Target Missed' for vulnerable items long after they are closedDescriptionRemediation target is being set to 'Target Missed' for vulnerable items long after they are closed if there are "OR" (NQ) conditions in the Remediation target rule.Steps to Reproduce 1. Create a remediation target rule with multiple OR (^NQ) conditions.2. Check all the conditions match the VIs.3. Allow the OOB job "Evaluate remediation targets" to run. The job updates the "Remediation Target" for the closed VITs to 'Target Missed' once the duration is due.WorkaroundBy design, when NQ is appended to an existing query, the equivalent query expression may alter the meaning of the original query itself. This and is expected behaviour, for further details refer to the article "Using operator (^NQ) in encoded queries causes incorrect reference links in the list view". In this use case, the issue is caused by user customization. The resolution requires the following changes to be made to the script include "VulnerabilityTTRUtil", function "_sendNotificationsForRule": 1. Remove the line "query1.addEncodedQuery(rule.condition);" 2. After the query, "query1.query();", enclose the entire code block with this line if(GlideFilter.checkRecord(query1, rule.condition)):- Related Problem: PRB1407192