It's all about the answers!

Ask a question

Adding custom filters in plans


Steve Willems (8811311) | asked Jul 27 '10, 9:55 a.m.
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

2 answers



permanent link
Geoffrey Clemm (30.1k33035) | answered Apr 19 '11, 11:12 p.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
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?

permanent link
Steve Willems (8811311) | answered Apr 19 '11, 12:42 p.m.
Relaunch to check whether this is now possible in RTC 3?

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.