Welcome to the Jazz Community Forum
Problem when retrieving defect from RTC

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:
The result is:
How can I parse workitem into defect, such as defect id, defect owner, defect status, defect priority ...
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

Thanks Patrick, but where can I find your answer? what is jazz.user? Can you give me a link?
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
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

On 11/16/10 12:08 PM, liyuncdl wrote:
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
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