Problem with retrieving the resource representation
I'm following the instructions on the wiki to get information about a work item. When I go to the the xml url like the one described there, the XML I get returned is:
I'm assuming this is because I removed the 'Unassigned' severity because, with tickets that actually need severity (this particular ticket isn't one of them), I wanted to enforce that you set it. Why is it complaining about the lack of this severity when the ticket I'm looking up doesn't have a severity required? How can I fix this? I tried going to the ticket in question and saying 'synchronize attributes' (as described here) to no avail.
<oslc_cm>
<oslc_cm>404</oslc_cm>
<oslc_cm>Not found: severity.literal.l9</oslc_cm>
</oslc_cm>
I'm assuming this is because I removed the 'Unassigned' severity because, with tickets that actually need severity (this particular ticket isn't one of them), I wanted to enforce that you set it. Why is it complaining about the lack of this severity when the ticket I'm looking up doesn't have a severity required? How can I fix this? I tried going to the ticket in question and saying 'synchronize attributes' (as described here) to no avail.
One answer
I'm following the instructions on
the
wiki to get information about a work item. When I go to the the
xml url like the one described there, the XML I get returned is:
oslc_cm
oslc_cm>404</oslc_cm>Not found: severity.literal.l9</oslc_cm
/oslc_cm
I'm assuming this is because I removed the 'Unassigned' severity
because, with tickets that actually need severity (this particular
ticket isn't one of them), I wanted to enforce that you set it. Why
is it complaining about the lack of this severity when the ticket I'm
looking up doesn't have a severity required? How can I fix this? I
tried going to the ticket in question and saying 'synchronize
attributes' (as described
here)
to no avail.
You can find the work items with an unknown severity using a query: In
the Query Editor, use the Severity attribute, check all values, and
select the 'is not' operator.
The OSLC implementation shouldn't report these broken references as
errors. This is tracked in
https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/118489
--
Regards,
Patrick
Jazz Work Item Team