Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to make Jira query

Tags:

python

jira

tcl

Title might be misleading. I know how to make a jira query, but I want to know that is it possible to make a query using external scripts made form python or Tcl. We have the issue number and the URL, and using the scripts, can we get details of that particular issue number? Like the status, fix versions, etc.? Any heads up would be great.

like image 216
SandBag_1996 Avatar asked Jan 29 '26 19:01

SandBag_1996


1 Answers

The JIRA Python library at http://jira-python.readthedocs.org/en/latest/ has examples of how to do this

like image 199
mdoar Avatar answered Jan 31 '26 09:01

mdoar