Skip to content

[ENH] PluginListExecute : use relevant inline docs to a date field filter

How to test ?

You must have a Tracker with a date field.

Use the PluginListexecute with the date field as filter.

Code example:

{LISTEXECUTE()}
   {filter field="tracker_id" content="1"}
   {filter type="trackeritem"}
   {filter field="tracker_field_exampleDateCreation" editable="y"}
    {ACTION(name="Expire Issue" group="Triage Team")}
        {step action="change_status" from="o" to="c"}
    {ACTION}
{LISTEXECUTE}

Before : plugin-before

After : plugin-after

Merge request reports