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.
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...
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 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...
...migration, Jira Cloud throws this error: JIRAError: JiraError HTTP 410 The requested API has been removed. Please migrate to the /rest/api/3/search/jql API. We attempted to update JIRA sdk u...
I need help with downloading Jira attachment files with Python
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
...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