RTC project area work item enumerations - REST service
![]() Hi,
is there possible to manipulate with work item enumerations in some RTC project area with REST services? (e.g. creating, updating, deleting etc...).
I was searching on jazz.net, but I haven't found any related information.
Kind regards,
Milan
|
One answer
![]() You mean OSLC API, right? You should be able to as the Enumeration attribute is not that different from attributes of other types. You will need to first find out the resource URI for a particular Enumeration value though, as you cannot assign it using the literal value.
Comments Hi Donald!
Yes, OSLC API.
Is there any example for GET, POST requests for this case or something similar...?
For example, when we use POST method, we are getting 405 (Method not allowed) -
Kind regards,
Milan
If you talk about OSLC in general, please go through the OSLC workshop.
|