Those properties are for the fixlet or task themselves, it does not provide any data to the endpoints they are executed on.
We usually add some of that data to the name if we need it. But what we really needed is to know which systems we executed it on.
So we setup a custom property (client setting) that can be added when we take custom actions related to tickets or changes. First we setup a custom property (Tools, Manage Properties).

Then we add the action below to any fixlets we create and want to add ticket numbers. It will prompt you when you go to deploy it.
action parameter query "SetTicket" with description "Please enter the Ticket Number, multiple should be delimeted with a :" With default ""
setting "MYC - Tickets"="{parameter "SetTicket" of action}" on "{parameter "action issue date" of action}" for client
Now you can create a custom report and filter on ticket numbers to determine which systems you executed the fixlet on.
We do separate reports, we do not use Web Reports. Our report team pulls this data every 4 hours and stores it in a sql table so we can take more actions tomorrow and still have the previous ticket numbers available to us in our report.