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

Adding custom filters in plans

Hello,

Has anyone an idea of where I can find some docs on how to define filters in the planModes? One of the things I try to do for example is to add a filter to hide all items except for stories and defect to use as my release notes view.

I'm able to add a custom filter but I cannor configure it.
Where can I find info which filter it can implement or what parameters to pass.


<configuration-data xmlns="http://com.ibm.team.apt.configuration/planConfigurationElement" id="com.ibm.team.apt.configuration.planConfigurationElement">
<filter id="my.apt.common.ui.filter.test" implementation="com.ibm.team.apt.internal.ui.filter.NullValueFilter" name="myFilter">
<parameters>
<parameter key="field" value="com.ibm.team.apt.attribute.planitem.priority"/>
</parameters>
</filter>
<groupmode id="_rWIXsCtxEd-r3IqQQDxJFA" implementation="com.ibm.team.apt.internal.ui.structure.EnumerationGroupProvider" name="Project">
<parameters>
<parameter key="attribute" value="com.ibm.team.apt.attributes._Project"/>
</parameters>
</groupmode>
<sortmode id="_d9GwsF28Ed-Qv5E7tXsh_Q" implementation="com.ibm.team.apt.internal.ui.sortmode.GenericPlanItemSorter" name="Project">
<parameters>
<parameter key="attribute" value="com.ibm.team.apt.attributes._Project"/>
</parameters>
</sortmode>
</configuration-data>


Thanks

0 votes



2 answers

Permanent link
Relaunch to check whether this is now possible in RTC 3?

0 votes


Permanent link
In RTC-3.0.1, you can add custom filters, but you have to do it through
the Web UI, not the Eclipse UI. I believe the same was true for RTC-3.0.

Cheers,
Geoff

On 4/19/2011 12:53 PM, stevewillems wrote:
Relaunch to check whether this is now possible in RTC 3?

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
× 10,954

Question asked: Jul 27 '10, 9:55 a.m.

Question was seen: 5,968 times

Last updated: Jul 27 '10, 9:55 a.m.

Confirmation Cancel Confirm