[DOCS-16227] Add Version to ChangeLogs.py Requirements file Created: 28/Jun/23 Updated: 29/Oct/23 Resolved: 05/Jul/23 |
|
| Status: | Closed |
| Project: | Documentation |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Minor - P4 |
| Reporter: | Ian Fogelman | Assignee: | Ian Fogelman |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Participants: | |
| Days since reply: | 32 weeks ago |
| 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. |