I've been able to get Cookie Based Authentication working using the jira python module. However, each time I run my script I have to re-enter my password since the authentication cookie does not seem to be persisted.
Is it possible to only enter my password the first time, stash the authentication cookie somewhere securely (e.g. using https://pypi.org/project/keyring/) and then attempt to re-use that cookie in subsequent authentication attempts?