0
Add categories in Task by macro
Hi all,
Can you help me with macro that adding a categories to tasks without deleting existing categories?
I have something like this but it doesn't work
#foreach($Task in $utils.unwrap(${list}))
#set($unwrappedTask = $utils.unwrap($Task))
#set($unwrappedTask = $utils.unwrap($Task))$unwrappedTask.setCategories("test_category")
#end
Customer support service by UserEcho
You cannot just create and add a category as a String, as Category is a separate Class.