Forums

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

JIra - Best API Library

Gavin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 16, 2021

Hi All,

Trying to use the jira rest API with python to circumvent bulk ticket management efforts.

Desired

  • specifically: add/remove/update/add comment/change status/change specific field value etc

Here are some options just wondering what everyone recommends.  I haven't used a rest API

Alternatively

Question:

  • Does anyone have any recommendation from the above or any alternative to easily achieve the desired?

2 answers

0 votes
Leon Hernandez
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!
May 30, 2022

Thinking that the Atlassian package would be the best but rapidly I had to switch to:

Not only the documentation of this library is better but also the examples you can find out in the web. For example I could not get passed the 50 records default limit to retrieve a JQL search with the official Atlassian package but I easily found help and examples to solve this with the pypi.Jira one.

0 votes
Kishan Sharma
Community Champion
September 17, 2021

Hi @Gavin 

I will recommend using the Atlassian's REST APIs for your development efforts as you can get support from Atlassian as well in case you face issues using the endpoints and can ask  questions in the Atlassian Developers Community

Gavin
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 25, 2021

Thanks Kishan but I was looking to see if I could use some existing libraries that make it even more simpler.

Suggest an answer

Log in or Sign up to answer