Task Report for Projects by Converted Issue Originator - Can it be done?
I am trying to build a task report to show tasks with a particular custom field but using the user wildcard to only display projects in which the user is the OpTaskOriginator. I attempted the below using the API explorer and references across tables, but am getting an error. Did I make a mistake in the text or am I trying to do something the system can't do?
DE:Key Date=Yes
DE:Key Date_Mod=in
project:status=CUR
project:status_Mod=in
project:convertedOpTaskOriginator:ID=$$USER.ID
project:convertedOpTaskOriginator:ID_Mod=in
Thanks.