Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

internalCategoryId is not a valid property for ProjectArea creating a work item

I want to create a work item with this code:

POST https://jazz.net/sandbox06-ccm/oslc/contexts/_1xR_IKcWEeKrmbBYQFHasd/workitems

<rdf:RDF
xmlns:dcterms="http://purl.org/dc/terms/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:rtc_cm="http://jazz.net/xmlns/prod/jazz/rtc/cm/1.0/" >
<rdf:Description rdf:nodeID="A0">
<rtc_cm:filedAgainst rdf:resource="https://jazz.net/sandbox06-ccm/resource/itemOid/com.ibm.team.workitem.Category/_1xR_IKcWEeKrmbBYQFHasd"/>
<dcterms:title rdf:parseType="Literal">Sample Work Item</dcterms:title>
<rtc_cm:type rdf:resource="https://jazz.net/sandbox06-ccm/oslc/types/_1xR_IKcWEeKrmbBYQFHasd/defect"/>;
</rdf:Description>
</rdf:RDF>

but the server responses:

status code 500

internalCategoryId is not a valid property for ProjectArea

what I am doing wrong?

thanks

0 votes

Comments

 Hello Eduardo,

not sure it this could be the root cause, but in the above code, you are using:
rtc_cm:filedagainst
whereas rtc_cm:filedAgainst is expected

Let me know if this helps.

Thanks.
Eric.



One answer

Permanent link
Looks like the category you are setting for the FiledAgainst attribute does not belong to that ProjectArea

0 votes

Your answer

Register or log in 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details
× 12,029
× 1,701
× 369

Question asked: Jun 26 '13, 5:57 p.m.

Question was seen: 7,943 times

Last updated: Jul 08 '13, 3:21 p.m.

Confirmation Cancel Confirm