Petr Šplíchal
Petr Šplíchal
Thanks for the feedback. This sounds like a nice improvement! Patches are welcome.
Sorry for the late response. It seems we need to implement a different authentication for the new server. Unfortunately, nobody has found time to look into this. This includes me,...
Thanks for the issue. I see the use case. We could add a positive and/or negative search pattern using simple text search or regular expressions or pehaps some kind of...
Agreed, that could be nice!
@frenzymadness, this is the Jira issue.
Interesting. After reinstalling with `pip -e .` I was able to fetch the stats. But when repeated once more the query failed. Third time worked again. It behaves in some...
Works reliably when packaged as rpm though. Perhaps something wrong in the dependencies? Also, when running under venv I need to: export REQUESTS_CA_BUNDLE=/etc/pki/tls/certs/ca-bundle.crt Otherwise it fails with `CERTIFICATE_VERIFY_FAILED`. Could this...
Interesting, I was able to connect to Jira using the python `jira` module: from jira import JIRA options = {"server": "https://example.com/"} jira = JIRA(options, kerberos=True) issue = jira.issue('TT-1') print(issue.fields.summary) So...
I tried that already but it doesn't seem to help.
Only to use login and password. See the internal did wiki for more details.