Forums

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

JIRA API on how to get list of assigned users to an issue

peter April 4, 2022

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 

1 answer

0 votes
Trudy Claspill
Community Champion
April 4, 2022

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:

https://jira.readthedocs.io/examples.html#searching

Suggest an answer

Log in or Sign up to answer