I have created a rest api to access an issue in JIRA. If I edit value of a field and save it using a button click, how to update the new value in that corresponding issue replacing the old value?
I have viewed the following links regarding editing and updating issues, but do not have idea how to access them.
Can anyone help me with a basic example for updating values in an issue?