BigFix query to parse "Important Note" from Fixlets

Hello,

Not sure if anyone here has gotten the need to do this yet…I want a query to be able to go through all the fixlets in my patch baseline and look for “Important Note” within the Description and parse them all into a file so I only have a small number of patches to go through and look into the known issues in the Microsoft Bulletin.

Thank you,
Jennifer

See if this gets you what you want.

(ids of it, names of it) of (source fixlets whose (body of it as string contains "Important Note") of components of component groups of bes fixlets whose (baseline flag of it AND name of it as string contains "June 2019 Patches"))

Would this be created as an analysis or an action?

How would we take an action on this? I want it run against a patch baseline rather than a computer.

This is using session relevance to get the data. You can use the Presentation Debugger in the console or you can use the BigFix Session Relevance Tester

Awesome, thank you so much!!