Project

General

Profile

Clarification on updating issue.

Added by Vaibhav Sharma over 2 years ago

Hi All,

I want to update a particular issue but without using its id in the URL i.e instead of using http://ramsytesting.m.redmine.org/issues/[issue_id].xml for Put operation, I want to use some other URL and pass issue_id in the body like this-

<issue>
<id>51</id>
<subject>eTestStory28OCT</subject>
<description>eTestStory28OCT</description>
</issue>

Please let me know if this is possible. The above url is creating performance issue for me.

Thanks.
Vaibhav Sharma