How do I filter a "Job Status Panel" report in AAI using an Autosys job Application attribute?
Release : 6.2.0
Component : AUTOMIC AUTOMATION INTELLIGENCE INTEGRATION FOR BMC
If you click on "Advanced" in the Edit Job Status Panel window, it will expose a "Query Help" button, that will show you all of the available attributes that you can use.
You can select the Job entity on the left and scroll down to Scheduler Specific Properties and there you will find APPLICATION.
You can use APPLICATION like below:
APPLICATION contains 'test'
or
APPLICATION="test"
Make sure that the attribute is in all capital letters.