自定义字段
可以按用户定义的字段筛选跟踪器项。要使用此筛选器,必须定义要在其中使用该筛选器的跟踪器的 ID,因为每个跟踪器中的自定义字段可能不同。跟踪器配置页面上提供了字段的特性名称。
'1234.customField[1]' = 1 //where 1234 the id of the tracker and the customField[1] is the property name of field
'1234.choiceList[1]' = 'Option1'
这对您有帮助吗?