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. ...
The online documentation at jira.readthedocs.io appear to be built from the main github branch and doesn't align with released content. is there a way to view docs for a specific release version? I d...
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 err...
I am using the jira-python library, and I'm trying to figure out how to update project roles with it. I see there's an add_user() method for the Role class, but I can't figure out how to instantiate...
Hi, Do you intend to have a new versions for search JQL changes in jira-python module? if so which jira-python module version will support the following changes in API? De...
Hi there.👋🏾 I've together a Python script which retrieves Jira tickets. It seems to work perfectly well using JQL, but I seem to be getting an AUTHENTICATED_FAILED' error when I try to u...
Hi, I just started writing a new Python script called "Tiny Jira Exporter" (see https://github.com/bks07/tiny-jira-exporter) and am having trouble finding an answer. My code looks like this: self._...
Copied to clipboard