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.
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...
I look at a my Jira ticket in the cloud. It has a tab called Metadata on it. How can I access this data using python. Some context. The code uses the following to successfully access the issue and i...
I have been using the Jira python library successfully for a few weeks and all of a sudden it will not initialize. It stops at the very first line of the file, where Jira is imported. Here's the e...
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 run a python script which retrieves tickets on my jira cloud instance. While it wads working very well yesterday and the days before, this morning no tickets found ? Is there an issue today with Jira...
I need help with downloading Jira attachment files with Python
...his works >>> from jira import JIRA >>> jira = JIRA(options = {'server': 'https://jira.server.com','verify': False}, basic_auth=('username', 'password')) Warning (from warnings m...
I just upgraded the JIRA Python module from 0.32 to 1.0.7. (Duplicated the virtenv first, then did the upgrade.) My main JIRA Python script connects to our JIRA server over HTTPS, but, because it u...
Copied to clipboard