Hi,
is there a way to add custom columns to the "Comments" task list view in the task list?
I have "TODO" comments containing some structural data. E.g:
//TODO: field1Value | field2Value | field3Value
Currently the whole comment is yust placed to the "Description" column in the task list. I would like to have three additional columns called "Field1", "Field2" and "Field3" and populate them with respective field values from my "TODO" comments.
Or is there some good documentation how to implement my own task list view (I haven`t found any).
Thanks.