Hi, I want to update one field in Jira via Jira REST API.
For example let it be a reporter.
Reporter fields has following values in Jira REST API response:
reporter:
self "URL"
name "user_name"
key "user_key"
emailAddress "user_emailAddress"
avatarUrls
48x48 "avatar_url"
24x24 "avatar_url"
16x16 "avatar_url"
32x32 "avatar_url"
displayName "user_displayName"
active true
timeZone "location"
Do I have to update all values to successfully change the reporter? Or can I change only one (for example user_key) and all the other values will be changed automatically?
I would appreciate your guidance.
Best,
Michael
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.