RQM : Is there any API/OSLC query avaialble to update custom attribute
RQM : Is there any API/OSLC query available to update only custom attribute.
1) Currently, I am making GET call and get the XML response
2) Once I get the XML response and I am modifying the custom attribute part in the same XML
3) Making PUT call to update entire resource :
4) Updating custom attribute values is working fine.
But problem which I am facing with above solution is
-> Since PUT method is updating entire resource, in RQM side preconditions(validations) are executing and its stopping(http status 403) to update custom attribute value.
So, I am seeking support for any alternative ways to update custom attribute value by ignoring preconditions.
Regards
Hanamant
|
Accepted answer
If user updates a resource, pre conditions will be evaluated. You can change your role which does not have any precondition or disable precondition Ralph Schoon selected this answer as the correct answer
|
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.