How can I add a custom presentation in to a type workitem?
I am designing a custom process template for my team. I have created a custom Work item with custom work flow and it runs very well.
Nowadays, we have a requirement for defect management about defect type analysis like "GUI, Logical,Condition...etc".
Therefore, I tried to create a custom defect type work item with a presentation like drop down list, and I hoped it can be maintainable.
Does any one know how to do implement it?
Also, I hope it must to be filed.
Nowadays, we have a requirement for defect management about defect type analysis like "GUI, Logical,Condition...etc".
Therefore, I tried to create a custom defect type work item with a presentation like drop down list, and I hoped it can be maintainable.
Does any one know how to do implement it?
Also, I hope it must to be filed.
3 answers
I am designing a custom process template for my team. I have created a
custom Work item with custom work flow and it runs very well.
Nowadays, we have a requirement for defect management about defect
type analysis like "GUI, Logical,Condition...etc".
Therefore, I tried to create a custom defect type work item with a
presentation like drop down list, and I hoped it can be maintainable.
Does any one know how to do implement it?
Also, I hope it must to be filed.
You can create an enumeration that will be shown as a drop-down list. The
details can be found here:
http://jazz.net/library/article/129
--
Regards,
Patrick
Jazz Work Item Team
Hi Patrick,
I can create the "drop down list" now, but I still have some problems to put constraints on the fields if I want to set a field as a compulsory item.
Regards,
Chuan
You can create an enumeration that will be shown as a drop-down list. The
details can be found here:
http://jazz.net/library/article/129
--
Regards,
Patrick
Jazz Work Item Team
I can create the "drop down list" now, but I still have some problems to put constraints on the fields if I want to set a field as a compulsory item.
Regards,
Chuan
I am designing a custom process template for my team. I have created a
custom Work item with custom work flow and it runs very well.
Nowadays, we have a requirement for defect management about defect
type analysis like "GUI, Logical,Condition...etc".
Therefore, I tried to create a custom defect type work item with a
presentation like drop down list, and I hoped it can be maintainable.
Does any one know how to do implement it?
Also, I hope it must to be filed.
You can create an enumeration that will be shown as a drop-down list. The
details can be found here:
http://jazz.net/library/article/129
--
Regards,
Patrick
Jazz Work Item Team
Hi
Maybe the following article can help:
http://jazz.net/library/article/131, section 'Required Properties Precondition'.
Regards
Marcel
Jazz Work Item team
Maybe the following article can help:
http://jazz.net/library/article/131, section 'Required Properties Precondition'.
Regards
Marcel
Jazz Work Item team