Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×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.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.