How to pull Epics and Story Points from JIRA w/ Python?

James April 24, 2018

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')

 

 

 

 

1 answer

0 votes
Gonchik Tsymzhitov
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 28, 2021

Suggest an answer

Log in or Sign up to answer