Hi all,
I'm pretty new to coding and currently need to pull the following information from JIRA.
1) List of all Epics within a Project (Ex: ABC-01)
2) List of total Story Points per Epic
If possible, eventually being able to pull the subtasks and the total story points from each Epic would be useful, but these 2 are my main concern. Right now, I can only list out the issues, so any help would be appreciated.
--
Current Code
for issues in jira.search_issues('project = "ABC-01" , maxResults=100')