Hi Debabrata,
A good resource would be the JIRA REST API Example - Edit issues tutorial page. Here is the example they use to update two custom fields:
{ "fields" : { "customfield_10200" : {"value" : "Test 1"} , "customfield_10201" : {"value" : "Value 1"} } }
The example curl command that goes along with that is as follows:
curl -D- -u fred:fred -X PUT --data {see below} -H "Content-Type: application/json" http://kelpie9:8081/rest/api/2/issue/QA-31
Hopefully that will help you get started!
Cheers,
Branden
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.