Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

JIRA API - How to get the selective sub fields during issue search

Nivin Selvam
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 7, 2024

I am trying to fetch the assignee name of a list of issues using the endpoint "

/rest/api/3/search". I could see option for adding 'assignee' to the fields list, but this returns mutiple sub-fields associated with assignee like 'self', 'name', 'key', 'displayName' etc.,

"fields": [

        "key",
        "assignee"
    ]
How can I fetch the assignee name alone without other values?

0 answers

Suggest an answer

Log in or Sign up to answer