It's all about the answers!

Ask a question

Quick Query filter definition in Process Configuration Source


Dimitrios Dentsas (7348) | asked Oct 16 '13, 8:00 a.m.
edited Oct 16 '13, 8:07 a.m.
Hi everyone,

is it possible to define Plan View quick query filters in the Process Configuration XML of Project Areas or Process Templates?

So far I was able to find out that there is a filter definition for quick queries which can be added by the following declaration:

<filter definition="com.ibm.team.apt.filter.quickQuery"/>

What this does is it creates an empty quick query exclude filter in my Plan view.
The question is how can I fill it now?

If this is not possible maybe an enhancement like the following could be used?:

<filter definition="com.ibm.team.apt.filter.quickQuery">
   <parameters>
      <parameter key="!attribute1" value="value1"/>
      <parameter key="attribute2>" value="value2"/>
   </parameters>
</filter>

All given parameter elements would constitute a logical conjunction

Thanks!

Accepted answer


permanent link
Sharoon Shetty Kuriyala (55133) | answered Oct 23 '13, 12:27 p.m.
JAZZ DEVELOPER
 Hi,

Its not possible to manually add the expression filters in the process spec since you can have more than one expression filters in a plan view. When you create a new expression filter in the plan view, it creates an expression filter with a unique UUID and not "com.ibm.team.apt.filter.quickQuery" id. This is also one reason why we have challenges promoting a plan view containing expression filters.

Thanks,
Sharoon
Dimitrios Dentsas selected this answer as the correct answer

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.