Action execution end date not set

Hi,

I am looking web report for audit purpose to fetch open action where is execution end date not set.

image

Thanks,
Shaban

Here’s some quick session relevance to return this data:

(id of it, name of it, name of issuer of it | "n/a", time issued of it) of bes actions whose (not exists end date of it)

This can be used in a custom web report with the simplest example being:

<?Relevance (id of it, name of it, name of issuer of it | "n/a", time issued of it) of bes actions whose (not exists end date of it) ?>

Thanks Aram,

Getting below result by run given query:-1:

Can we simplify this query to get only Action name,Action ID and operator details.

Regards,
Shaban

Hello Aram,

Relevance query give the entire detail about the patch which are scheduled for open action.
Can you please let us know how to get the action name with operator information for no end date.

Regards,
Manish Singh

@Aram Any suggestion please.

Regards,
Shaban

What sort of ‘operator information’ do you want? Just name? If so, how about:

(name of it, name of issuer of it | "n/a") of bes actions whose (not exists end date of it)

Whenever I am running this query on Custom web report that’s query bring Patches information hence I am looking Action name and operator name only.

Regards,
Shaban