Separated Discussion Presentation on each tab
Hello ,
I need to have unique discussion area for overview tab and for another custom tab so the comments at each tab to represent that tab.
My current implementation shows all comments.
Is it possible to have separated discussion area for each tab of a custom work item?
Best Regards
Constantinos.
I need to have unique discussion area for overview tab and for another custom tab so the comments at each tab to represent that tab.
My current implementation shows all comments.
Is it possible to have separated discussion area for each tab of a custom work item?
Best Regards
Constantinos.
2 answers
Hello everyone.
To explain furthermore what i need to do.
I need a completely separated discussion area thread that is not affected by the shared component.
Is that possible in any view?
Best Regards
Constantinos.
out of the box. no.. you would have to create another comment storage area in the workitem, and add your own code to manage it.
adding another text field would only give you ONE big area and users could remove text as well as change it. so I think you would need another attribute type and code to manage the UI part both input and list display. and this would be both web and Eclipse clients.
Sam