You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
I'm using the jira issue get api (/rest/api/3/search) endpoint to get all issues but the issue objects being returned do not have certain fields in the fields object like the "assignee" field which returns null and the "labels" field which returns an empty array. I have tried specifying that all fields should be returned by adding "*all" to the fields query in the endpoint i.e /rest/api/3/search?fields=*all and yet it returns the same results. How do I specify that the "assignee" field or any other field I want in the payload be returned in full?
I am having the same issue, has anyone been able to understand why?
Welcome to the Atlassian Community.
Assignee and labels should return in the response body as default. Have you checked permissions and whether there are values for these fields?
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.