Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

Can we create custom filters defnitions for filtering Plan View ?

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 ?

0 votes



2 answers

Permanent link
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.

0 votes

Comments

Hi Valli , Please give an example of Custom Filter Tag


Permanent link
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> -->

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 6,126
× 35

Question asked: Aug 01 '12, 6:06 p.m.

Question was seen: 4,891 times

Last updated: Aug 02 '12, 10:14 a.m.

Related questions
Confirmation Cancel Confirm