Custom priority field on work items problem.
Hi,
Our project is currently using RTC 3.0. We have made a custom priority disregarding Native priority in our work items. The problem is: if we would want to query a work item with a specified Priority(custom) It does not return the work items with any of the specified items inside this Field. Is it possible to change this 'P' to our custom priority? because when I hover my mouse on it it shows Native Priority. Any advise? Regards, Bryan |
3 answers
also, you need to change the output of the query to include your custom fields and not the defaults. In Eclipse this is of the Query Editor's Column Display tab,
just because you used them to select workitems does NOT mean they will be used in the output display. Comments
John Bryan Sazon
commented Mar 21 '13, 1:51 a.m.
Hi Sam,
John Bryan Sazon
commented Mar 21 '13, 1:57 a.m.
I found it . Thanks
|
Hi Bryan,
In the RTC Eclipse client, when you add a condition to a query, you can choose to Show custom attributes. I'm not sure if it's possible to do the same in the web client. |
Ralph Schoon (63.6k●3●36●46)
| answered Mar 21 '13, 4:35 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Mar 21 '13, 4:36 a.m.
Hi Bryan, I would probably have just changed the enumeration for the priority attribute to fit my needs. Way less effort and way less work. For example you don't have to modify all the editor presentations, queries, reports and so forth. You could still do that, update your work items using queries for each literal.
An approach to get attributes that you don't use anymore out of the way is to rename the display name. Name the original priority for example zzzzzzz_Priority_orig. In the Web UI this shows immediately. You have to exit Eclipse and restart to make it rebuild the cache. Once you have renamed the attribute, it will not show up as Priority anymore in displays, queries, query editors etc. This makes it a lot clearer what users find and choose for their queries. |
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.