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 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 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...
...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...
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
...pi/2/issue/archive (multiple). How do I archive the issues using the jira-python library?
...his works >>> from jira import JIRA >>> jira = JIRA(options = {'server': 'https://jira.server.com','verify': False}, basic_auth=('username', 'password')) Warning (from warnings m...
 
 Copied to clipboard