Cannot Post a new Request to ClearQuest using OSLC 1.0
I am currently trying to figure out how to post a new Request to ClearQuest using the OSLC 1.0 Rest API.
With the OSLC 2.0 API I have had no problems, but I need to use the older one as the new API does not support file attachments.
No matter what I put into the body of the post-request, I keep getting the same error.
I have followed the instructions on the official documentation at: https://jazz.net/wiki/bin/view/Main/RcmRestCmApi?_ga=2.187203560.197339787.1572509665-1647855478.1572347286
I also tried to use the exact same JSON Example from the documentation, where I obviously edited the value of "rdf:resource" to match with my data.
Furthermore I have found an older entry from the forum at:
But I am not trying to run a query and this discussion did not help me solve my problem.
Getting Requests via OSLC 1.0 is no problem whatsoever, only posting new ones gives me the error.
{
"oslc_cm:message": "CRRCM9997E: At least one of the following filters must be specified: rcm.name oslc_cm.query",
"oslc_cm:statusCode": "403"
}
I might be missing something here. What can be done?