It's all about the answers!

Ask a question

Problem when retrieving defect from RTC


Yun Li (1154) | asked Nov 16 '10, 5:58 a.m.
I have retrieve workitem list by executing a query. This query returns some defects, but IWorkItem interface only have limited method to get basic information.How can I get Severity,Project Area,Team Area,Creation Date,Created Owner?
following is part of my code:


System.out.println("~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"

"workitem Owner: "+workItem.getOwner()+getProjectArea() "+workItem.getProjectArea()+"getPriority()"+workItem.getPriority()
+"getSeverity()"+workItem.getSeverity()
}


The result is:

workitem Owner:

com.ibm.team.repository.common.model.impl.ContributorHandleImpl@10b010b0 (stateId: <unset>, itemId: [UUID _E6FDoCevEd-RHo7x97Mg6g], origin: com.ibm.team.repository.client.internal.TeamRepository@73c073c, immutable: true)
getProjectArea():com.ibm.team.process.internal.common.impl.ProjectAreaHandleImpl@11041104 (stateId: [UUID _8YBXlnhJEd-C3djMVw8EaA], itemId: [UUID _PbPzoBzrEd--lcfChWc9hw], origin: com.ibm.team.repository.client.internal.TeamRepository@73c073c, immutable: true)
getPriority():com.ibm.team.workitem.common.model.IPriority:priority.literal.l07
getSeverity():com.ibm.team.workitem.common.model.ISeverity:severity.literal.l3



How can I parse workitem into defect, such as defect id, defect owner, defect status, defect priority ...

3 answers



permanent link
Patrick Streule (4.9k21) | answered Nov 16 '10, 6:53 a.m.
JAZZ DEVELOPER
On 11/16/10 12:08 PM, liyuncdl wrote:
I have retrieve workitem list by executing a query. This query returns
some defects, but IWorkItem interface only have limited method to get
basic information.How can I get Severity,Project Area,Team
Area,Creation Date,Created Owner?
following is part of my code:

This group is the right one to ask these questions, but please see my
answer to your post in jazz.user

--
Regards,
Patrick
RTC Work Item Component Lead

permanent link
Yun Li (1154) | answered Nov 16 '10, 7:14 a.m.
Thanks Patrick, but where can I find your answer? what is jazz.user? Can you give me a link?

On 11/16/10 12:08 PM, liyuncdl wrote:
I have retrieve workitem list by executing a query. This query returns
some defects, but IWorkItem interface only have limited method to get
basic information.How can I get Severity,Project Area,Team
Area,Creation Date,Created Owner?
following is part of my code:

This group is the right one to ask these questions, but please see my
answer to your post in jazz.user

--
Regards,
Patrick
RTC Work Item Component Lead

permanent link
Patrick Streule (4.9k21) | answered Nov 16 '10, 9:23 a.m.
JAZZ DEVELOPER
Thanks Patrick, but where can I find your answer? what is jazz.user?
Can you give me a link?

http://jazz.net/forums/viewtopic.php?t=13681

--
Regards,
Patrick
RTC Work Item Component Lead

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.