JIRA Api to retrieve list of all issues in a component

Hi All,

I am looking for a JIRA Api which retrieves list of all issues in a component, taking the component ID as input. I see one Api which retrieves me the count of the issues in the component but I want the actual issues. Can anyone please help me with this.

Thanks

You should just use JQL and SearchService to accomplish this. The ‘components’ field accepts the ID as well as the name.

2 Likes