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

How to change the default fields in query Result Layout?

Would like to remove Severity and Modified Date from the default Result Columns and change the default Sort Column to Priority. Currently I have to manually make these changes for every query.

Note that Web view and Eclipse view appear to use different defaults for new queries, so I would like to know how to set both. The above example refers to the Web view.

0 votes



4 answers

Permanent link
I would greatly appreciate a response to this. Basically create a new query, click "start from scratch", click on the "Result Layout" tab, and click "Set to Defaults". A bunch of default columns appear to the right. Where do I edit that list of default columns?

I found the individual queries in the Process Configuration Source, but the default query settings are not exposed. Sample defined query:

			

<query description="Find all Retrospectives." id="com.ibm.team.workitem.queries.predefined.allRetrospectives" name="Retrospectives">
<select>
<column attribute="id"/>
<column attribute="state"/>
<column attribute="summary"/>
<column attribute="category"/>
<column attribute="target"/>
</select>
<where>
<condition operator="is">
<attribute name="workItemType"/>
<value content="com.ibm.team.workitem.workItemType.retrospective" type="type"/>
</condition>
</where>
<orderBy attribute="target" direction="desc"/>
</query>

0 votes


Permanent link
Did you figure out how to do this? I have the same issue.

Thanks,
Shane

0 votes


Permanent link
Did you figure out how to do this? I have the same issue.

Thanks,
Shane


Nope. :(

0 votes


Permanent link
Just posting the work item for those who want to subscribe and/or mention their support in the comments:

https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=159571

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

Question asked: Feb 07 '11, 1:13 p.m.

Question was seen: 6,648 times

Last updated: Feb 07 '11, 1:13 p.m.

Confirmation Cancel Confirm