Details
-
Task
-
Resolution: Fixed
-
Minor - P4
-
None
-
None
-
None
-
None
Description
The most recent release of the Jira Python library introduced some errors that can affect the changelog.py script.
https://github.com/pycontribs/jira/issues/1677
This seems to have happened after version 3.51, which was causing a `response text = oauth_problem=signature_method_rejected` error.
We should specify a version in the requirements.txt so that a lower version is used and the error does not stop the workflow of the changelog script.
This will also protect against future releases impacting team members from being able to generate the changelogs automatically.