HI There,
I have an existing JIRA issue that have already have assignee. Can i please know how the get assignee and other fields under people for an JIRA issue using JIRA python API. For example issue called Tools-123, we have fields assignee, reporter, assigned PO under people. I want to get all those fields using JIRA API.
Tools/Tools-123
PEOPLE
Assignee: Peter
Reporter: Alex
Assigned PO: Jessica
Thank you
Hello @peter
Welcome to the community.
There doesn't appear to be a specific feature in the API to get those fields directly. You would need to execute a search to retrieve all the information about the issue in question, then from that pull the data for the fields you want.
There is an example of referencing a couple of fields here:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.