


Hi everyone, I am trying to create an issue report that will filter out specific issues via the referenceNumber ID. I have tried different iterations and no success. What am I missing, here is the code, thanks in advance.
DE:Procedure Request Category=Control
DE:Procedure Request Category_Mod=in
DE:project:Procedure Status=In Effect
DE:project:Procedure Status_Mod=in
project:portfolioID=60f6d1b2000ea498ee1fdb0a9c795f76 626004860022ad347f458552f9b1e8be
project:portfolioID_Mod=in
referenceNumberID=1412667, 1412668, 1412669, 1412670, 1412671, 1412672, 1412673
referenceNumberID_Mod=in
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Sign in to like this content
Total Likes
@Nuria Munguia‚ If you were to create a basic Issue Report and add the filter for Issue Reference Number > Not Equal > (Value), the code looks like the following.
referenceNumber=9133
referenceNumber_Mod=ne
This field is not like a standard issue name/ID field where you can add multiple values. Instead, you would have to use OR statements to make this possible or look to see if there are any similarities between those issues you want to filter out and use a different field instead.
Views
Replies
Sign in to like this content
Total Likes
Thank you! was able to figure out!
Views
Replies
Sign in to like this content
Total Likes