Here is the automation:
You can pass the "fields" param to include "assignee" in a comma separated list of values.
See https://docs.atlassian.com/software/jira/docs/api/REST/7.9.0/#api/2/search-search for more details.
Can you please share an example as I am new to JIRA API and may not be aware about the correct syntax. My requirement is to get the records based on the updated date and it should contain all the fields.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
http://......./rest/api/2/search?jql=YourQuery&fields=key,summary,assignee
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.