It's all about the answers!

Ask a question

There is no value set for TeamArea


WenHsin Lee (5194) | asked Aug 02 '10, 8:37 p.m.
Hi,

I'm using RTC SDK at: https://jazz.net/wiki/bin/view/Main/RtcSdk20 to query a work item. Is there anyone know why there is no value set for team area in work item xml returned as that shown in web ui and how I can resolve this?

Thanks a lot.

Winson

3 answers



permanent link
WenHsin Lee (5194) | answered Aug 11 '10, 8:44 p.m.
BTW, I installed RTC Express-C as my server. Is that why I can't set/modify teamArea field? Or that's a defect in your REST API? Thanks.

Winson

Hi,

I'm using RTC SDK at: https://jazz.net/wiki/bin/view/Main/RtcSdk20 to query a work item. Is there anyone know why there is no value set for team area in work item xml returned as that shown in web ui and how I can resolve this?

Thanks a lot.

Winson

permanent link
Ralph Schoon (63.2k33646) | answered Aug 12 '10, 5:10 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
Hi,

No for Express-C. I assume it is an SDK issue. There is just too few information to help you in this post. You also want to consider post this in the forum "Extending Team Concert".

Thanks,

Ralph

BTW, I installed RTC Express-C as my server. Is that why I can't set/modify teamArea field? Or that's a defect in your REST API? Thanks.

Winson

Hi,

I'm using RTC SDK at: https://jazz.net/wiki/bin/view/Main/RtcSdk20 to query a work item. Is there anyone know why there is no value set for team area in work item xml returned as that shown in web ui and how I can resolve this?

Thanks a lot.

Winson

permanent link
WenHsin Lee (5194) | answered Aug 12 '10, 1:16 p.m.
Hi,

Thanks for your relpy. Below is the url and the xml page I received. Note that there is no value set in teamArea tag in xml page.

Url:
https://localhost:9444/jazz/oslc/workitems/70.xml

xml page:

<?xml version="1.0" encoding="UTF-8"?>
<oslc_cm:ChangeRequest xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#"
xmlns:oslc_disc="http://open-services.net/xmlns/discovery/1.0/"
xmlns:dc="http://purl.org/dc/terms/"
xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/"
xmlns:oslc_cm="http://open-services.net/xmlns/cm/1.0/"
xmlns:jp="http://jazz.net/xmlns/prod/jazz/process/1.0/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:oslc_qm="http://open-services.net/xmlns/qm/1.0/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:calm="http://jazz.net/xmlns/prod/jazz/calm/1.0/"
xmlns:rtc_cm="http://jazz.net/xmlns/prod/jazz/rtc/cm/1.0/"
xmlns:jd="http://jazz.net/xmlns/prod/jazz/discovery/1.0/"
xmlns:oslc_rm="http://open-services.net/xmlns/rm/1.0/">
<rtc_cm:filedAgainst rdf:resource="https://almserver2.us.oracle.com:9444/jazz/resource/itemOid/com.ibm.team.workitem.Category/_BUeKgnqTEd-PPMIcQ3bG2Q"/>
<rtc_cm:correctedEstimate>50400000</rtc_cm:correctedEstimate>
<dc:created>2010-07-15T20:57:40.213Z</dc:created>
<dc:creator rdf:resource="https://almserver2.us.oracle.com:9444/jazz/oslc/users/__gqrkHqHEd-v4-x185sYtg"/>
<dc:description>Test New defect with all values set description</dc:description>
<rtc_cm:due>2010-07-29T19:00:00.000Z</rtc_cm:due>
<rtc_cm:estimate>216000000</rtc_cm:estimate>
<dc:identifier>70</dc:identifier>
<rtc_cm:comments oslc_cm:collref="https://almserver2.us.oracle.com:9444/jazz/oslc/workitems/70/rtc_cm:comments"/>
<oslc_cm:priority rdf:resource="https://almserver2.us.oracle.com:9444/jazz/oslc/enumerations/__ZY94HqSEd-PPMIcQ3bG2Q/priority/priority.literal.l02"/>
<rtc_cm:resolution/>
<oslc_cm:severity rdf:resource="https://almserver2.us.oracle.com:9444/jazz/oslc/enumerations/__ZY94HqSEd-PPMIcQ3bG2Q/severity/severity.literal.l2"/>
<rtc_cm:state rdf:resource="https://almserver2.us.oracle.com:9444/jazz/oslc/workflows/__ZY94HqSEd-PPMIcQ3bG2Q/states/com.ibm.team.workitem.defectWorkflow/1"/>
<dc:subject>test, defect</dc:subject>
<rtc_cm:modifiedBy rdf:resource="https://almserver2.us.oracle.com:9444/jazz/oslc/users/_lxqe4I6gEd-XupxnTkREsw"/>
<rtc_cm:ownedBy rdf:resource="https://almserver2.us.oracle.com:9444/jazz/oslc/users/__gqrkHqHEd-v4-x185sYtg"/>
<rtc_cm:projectArea rdf:resource="https://almserver2.us.oracle.com:9444/jazz/oslc/projectareas/__ZY94HqSEd-PPMIcQ3bG2Q"/>
<rtc_cm:resolvedBy rdf:resource="https://almserver2.us.oracle.com:9444/jazz/oslc/users/_YNh4MOlsEdq4xpiOKg5hvA"/>
<dc:title>Test New defect with all values set</dc:title>
<rtc_cm:plannedFor rdf:resource="https://almserver2.us.oracle.com:9444/jazz/oslc/iterations/__0EHsXqSEd-PPMIcQ3bG2Q"/>
<rtc_cm:timeSpent>25200000</rtc_cm:timeSpent>
<dc:type rdf:resource="https://almserver2.us.oracle.com:9444/jazz/oslc/types/__ZY94HqSEd-PPMIcQ3bG2Q/defect"/>
<rtc_cm:teamArea/>
</oslc_cm:ChangeRequest>


Winson

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.