Search for fixlets and tasks ive authored

Id like to search for all the fixlets or tasks i created, so i can do maintenance.
I dont see this as an adhoc filter.

Theres thousands of fixlets to search for and ive made at least 100.
I can search for my Software distribution tasks, but not all my fixlets or tasks are here.

anyone know how to find these?

You can use following path in console:

console → Custom Content → My Content.

Another way, you can use session relevance (below) to query all custom content & get the data accordingly.

((id of it as string, name of issuer of it as string | "N/A", name of it as string | "N/A", name of site of it as string | "N/A", creation time of it as string | "N/A") of bes fixlets whose (name of issuer of it as string as lowercase contains "YOURID" as lowercase AND custom flag of it AND (task flag of it OR fixlet flag of it) AND not analysis flag of it AND not baseline flag of it AND not group flag of it))
2 Likes