How do I get List of Epic Names List from Jira Rest API
I am able to fetch TaskName, Assignee, Strat Date ,End Date but I am not able to get EpicNames
I am using below API to fetch Backlogs details
https://localhost/rest/api/latest/
project in (Abc,Cde,FGH) & sprint in openSprints()
https://localhost/rest/api/latest/
project in (Abc,Cde,FGH) & issuetype != Epic & resolution = Unresolved & (Sprint =
EMPTY OR Sprint not in (openSprints())) & assignee != null"
But I am not able to get EpicName from jira API.