Forums

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

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

James
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
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 Champion
January 28, 2021

Suggest an answer

Log in or Sign up to answer