It's all about the answers!

Ask a question

Can we create custom filters defnitions for filtering Plan View ?


ANIL ABRAHAM (2322024) | asked Aug 01 '12, 6:06 p.m.
edited Aug 01 '12, 11:50 p.m. by David Olsen (5237)
I understood in RTC ver 4 , Filter expression cannot be used in Web UI and Promote (for designinig Plan View) , so can we use a custom filter ?

2 answers



permanent link
VK L (8177157159) | answered Aug 01 '12, 11:47 p.m.
Hi Anil,
              Custom Filters can be defined at the process template level - modifying existing configuration for each of the plan modes. So, when the plan view is invoked, it will pick up the changes and display. This is equivalent to a custom filter.

Thanks.

Comments
ANIL ABRAHAM commented Aug 02 '12, 9:44 a.m.

Hi Valli , Please give an example of Custom Filter Tag


permanent link
VK L (8177157159) | answered Aug 02 '12, 10:14 a.m.
This is some sample from existing process template 
<filters>
<filter definition="com.ibm.team.apt.filter.excludeRisk" />
<filter definition="com.ibm.team.apt.filter.resolved" />
</filters>

and this equivalent filter should be defined :

<filter description="Exclude risk work items." id="com.ibm.team.apt.filter.excludeRisk" implementation="com.ibm.team.apt.shared.ui.internal.filter.WorkItemTypeFilter" name="Risks">
<parameters>
<parameter key="exclude-types" value="com.ibm.team.workitem.workItemType.risk"/>
</parameters>
</filter>
</configuration-data> -->

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.