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:
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.