How do I get "Resource Full Name Missing" to show up as blank or "Unassigned" in Report Builder?
I have a report the shows Stories and Tasks, with an Owner (Owned By) column. In the CCM Plan views, unassigned work items will display "Unassigned". In the Report Builder, these report as "Resource Full Name Missing". This not only takes up much space, but in a large report with many as-yet unassigned items, it buries those that are assigned.
Is there a way to make Report Builder show "Unassigned" or better yet, just blanks (empty string) for those? If so, specifically how? I can use the Advanced edit feature if need be, but not well versed on syntax and available functionality there.
Example:
What I Want (blank, "--", or even "Unassigned" is acceptable)
Task ID Planned For Status Owner 17216 Backlog New -- 17217 Backlog New -- 17218 Backlog New -- 17265 Sprint 2 Done John Doe 17278 Backlog New -- 17279 Backlog New -- 17301 Backlog New --What I Get: Task ID Planned For Status Owner 17216 Backlog New Resource Full
Thanks.
Rational 6.0.1 RM, QM, CCM, and Report Builder (RS??)
showing 5 of 6
show 1 more comments
|
One answer
Turns out that all I needed to do was edit the generated query ("Advanced" option) as follows:
Before:
SELECT ....
After:
SELECT .... Comments
Kenery Wang
commented Aug 23 '18, 5:39 a.m.
If you customize the query statements, you lose the opportunity to drill down to work item list from a graph view. Not an acceptable solution for me in this case, hoping IBM can solve it asap. |
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.
Comments
Hi Will,
What is the value of "Owner By" attribute is set for those Tasks, such as 17216, 17217, 17216, etc. from CCM Web UI?
Similar issued posted before
https://jazz.net/forum/questions/223091/jrs-502-shows-owner-attribute-value-as-resource-full-name-missing
Maybe try a full load of DCC:
https://jazz.net/forum/questions/223091/jrs-502-shows-owner-attribute-value-as-resource-full-name-missing
Hello Cathy -
Same issue here, except the version of Rational CLM I'm using is v6.0.2 iFix016.
Sort, or filter? What happens if you look for the condition "Resource Full Name Missing"? Sorry, I've not used the graph view yet, so don't know its particular quirks.