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

0 votes
DPKJ
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
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

Suggest an answer

Log in or Sign up to answer