Adam Glenn
Adam Glenn
I'm using release `3.3.2` and I'm getting ``` jira.exceptions.JIRAError: JiraError HTTP 404 url: https://company-jira.atlassian.net/rest/agile/1.0/epics/PROJ-34/issue text: null for uri: https://company-jira.atlassian.net/rest/agile/1.0/epics/PROJ-34/issue ``` I'm not sure why I'm getting a `404` because the...
I installed the new version ``` ➜ python -c 'import jira; print(jira.__version__)' 3.3.3.dev2+gea02922 ``` And still get the same error
That worked in that I now get an error about next-gen issue (which I expected) Thanks!
That’s correct
I'm having this issue too
I'm having a similar issue ``` class RootDocument(Document): __database__ = 'lockbox' @connection.register class User(RootDocument): __collection__ = "users" structure = { 'username': basestring, 'password': basestring, 'projects': list, 'owners': list, 'created': datetime.datetime}...
I'm having the same issue, it has to do with having the live preview turned on.
I think this might be the same bug as @JeffreyKroonenberg but he didn't include details about how to reproduce. When I try to create a custom app and put in...
I am able to use a docker-compose.yaml file to bypass the web form though. Then I can deploy custom apps.