I am trying to use jira python library to initialise JIRA object using bearer token based authentication. I didn't find anything in the documentation.
...ith pip per the API reference instructions, and it was working fine for a while, so I suspect something is broken in jira-python. I already tried deleting all the packages from my interpreter and r...
Hi , I am new in using JIRA API through python, had a few questions, I am using Jql to get required fields from a particular EPIC but I am only getting 50 results, is there a way I can increase the l...
Hi I am trying write a JQL using the API in python to get the data from the tickets from a particular board, I want to add date variables so that we can get the data for user entered dates. I am n...
I have a current Python code that makes API call to Opsgenie for alerting the user on an event occurance Is there a Python API for Compass or the JIRA service management ? Thanks
I need help with downloading Jira attachment files with Python
I am using the jira 3.10.1.dev4 jira-python library interacting with my Jira Server 9.12 cluster. I have a set of issues created from a jira.search_issues() call. I would like to archive them.&n...
...ARNING:root:Got recoverable error from GET https://jira.server.com/rest/api/2/serverInfo, will retry [1/3] in 12.663902674444413s. Err: HTTPSConnectionPool(host='jira.server.com', port=443): Max r...
...ses a cert signed by our internal CA, I have it disable verification. When I run the script, I get a bunch of these warnings: /Users/foo/python-virtualenvs/new-jira-ve/lib/python2.7/site-packages/r...
I am trying to retreive worklog entries from Jira Service Management Cloud in python by using the jira-python library. Everything works fine, except getting the comment from each worklog. The d...
Copied to clipboard