The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

How to fetch description,comments and summary from jira ticket using python code

ashwini Patil
October 15, 2019

Hi,

For my automation work, i have to fetch comments, description and summary in excel using python code

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
DPKJ
Community Champion
October 15, 2019

@ashwini Patil

Your question consist of two parts,

  1. Connecting with Jira using Python
    1. There is this wonderful project that can help you with this - https://github.com/atlassian-api/atlassian-python-api
    2. Here is documentation of above mentioned library - https://atlassian-python-api.readthedocs.io/en/latest/index.html
  2. Storing data in excel using Python
    1. You can create CSV file using python very easily
    2. Most common library for this - https://docs.python.org/3/library/csv.html
TAGS
AUG Leaders

Atlassian Community Events