I am trying to use oauth to access jira, and I am reading this document: Welcome to jira-python\'s documentation.
But in this oauth part, I cannot figure out how I can g
Unfortunately, other answers don't work with Python 3. I found that https://github.com/rkadam/jira-oauth-generator fully covers Jira OAuth in Python 3.