It's all about the answers!

Ask a question

RQM : Is there any API/OSLC query avaialble to update custom attribute


Hanamant Chougala (153) | asked Mar 31 '21, 11:51 a.m.
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


permanent link
Subhajit Bhuiya (6222) | answered Apr 05 '21, 7:22 a.m.
JAZZ DEVELOPER

 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


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