Are you in the loop? Keep up with the latest by making sure you're subscribed to Community Announcements. Just click Watch and select Articles.

×
Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Jira REST API updating one field with few values

Edited

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

1 answer

1 accepted

0 votes
Answer accepted
Prince Nyeche
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.
Jul 30, 2020

Which endpoint are you using? I believe if you want to update the value, you should have a dataset that you need to post and not all. However, please provide the endpoint to the API, that would give a clearer indication if what you're attempting can be done.

Hi @Prince Nyeche ,

I'm using /rest/api/2/issue (jira server)

Prince Nyeche
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.
Jul 30, 2020

Hey Michael, since this is an update, you do not need to update every field, specify the required field and simply follow the JSON representation.

Like Michael Raj likes this

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events