Hi,
I am trying to add a new filter in Insights from one of our custom templates.
I want the new filter to display the person who ticked the checkbox.
{% stripnewlines %}
| CM review
||
| Review completed
| {% input custom.itemCM.check.1_1 as:boolean %}| {% rollforward nil custom.itemCM.check.1_1 %}
| {{ custom.itemCM.check.1_1.updated_by.name }}
| {{ custom.itemCM.check.1_1.updated_at | localized_date:"%d/%m/%Y %H:%M" }}
|{% newline %}
{% endstripnewlines %}
<hr>
'''
Could you please advise on how I can add "updated_by.name" as a filter to Insights ?
Thank you,
Stefan