How to set Fix Vesion/s field by version id from JIRA REST API

Hisamitsu Koga August 9, 2016

I want to set "Fix Version/s" field by version id from JIRA REST API. How can I call JIRA REST API

to implement this request exactly? Please let me know the exact JIRA REST API command?

 

If possible, please let me know how I need to call JIRA REST API to set "Fix Version/s" field by version name

as well.

1 answer

0 votes
Bharadwaj Jannu
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
August 9, 2016

Which version of JIRA are you using? If you have CURL installed in your machine, you can use CURL to call REST URLs. 

You need to prepare small json data to set/update Fix Version/s in an issue. Check JF's comment in https://answers.atlassian.com/questions/47904/what-is-the-rest-api-call-for-adding-a-fix-version-to-a-jira-item

 

Hisamitsu Koga August 9, 2016

Using JIRA Server 6.4.13 here now.

Suggest an answer

Log in or Sign up to answer