Customize Summary
Hi All,
I'm working with RTC 3.0 and I'm trying to customize the summary of my Work Items type T.
I have a work item T with the fields A and B and I would like automatically to show in the summary those fields.
Is that possible?
Could I use other field different to com.ibm.team.workitem.attribute.summary (Summary) in my title (ID:Summary)?
Thanks.
Elisa.
I'm working with RTC 3.0 and I'm trying to customize the summary of my Work Items type T.
I have a work item T with the fields A and B and I would like automatically to show in the summary those fields.
Is that possible?
Could I use other field different to com.ibm.team.workitem.attribute.summary (Summary) in my title (ID:Summary)?
Thanks.
Elisa.
One answer
You want to have the summary field be computed from fields A and B, you
could implement a work-item-save process follow-up action that updates
the summary field whenever fields A and B are modified.
Cheers,
Geoff
On 2/10/2012 5:38 AM, iletaitunefois wrote:
could implement a work-item-save process follow-up action that updates
the summary field whenever fields A and B are modified.
Cheers,
Geoff
On 2/10/2012 5:38 AM, iletaitunefois wrote:
Hi All,
I'm working with RTC 3.0 and I'm trying to customize the summary of my
Work Items type T.
I have a work item T with the fields A and B and I would like
automatically to show in the summary those fields.
Is that possible?
Could I use other field different to
com.ibm.team.workitem.attribute.summary (Summary) in my title
(ID:Summary)?
Thanks.
Elisa.