Hi all! I am new to using the Atlassian API. What I want to get back is the person who is assigned to a ticket. I got the GET request working and am able to retrieve all the Service Management data and can select fields like project, description, and summary. When I looked at the API docs, it seemed like the assignee was called displayName in the json object. How do I get back either assignee or person who created the issue?
For context, I'm using Python to interact with the API.