stable

Clone or download

Read-only

Force Jira Basic auth by default

All recent attempts to migrate Jira had to fallback to basic auth because the Jira Server versions that support Personal Access Token is rather narrow (8.14-8.20). This patch enable by default on all new installations basic auth for jira imports. It's still possible to deactivate it if needed. At some point in the future we might remove completely the PAT support if never proved useful. This patch makes also more clear what is expected from end user when trying to import an issue type. Part of: request #24144 Personal Access Token cannot be used with Jira Server < 8.14 Change-Id: Ifbaa853b95bc45b7b3bd372723494982e30b6e20

Modified Files

Name
M plugins/jira_import/include/Project/CreateProjectFromJiraCommand.php +3 −3 Go to diff View file
M plugins/tracker/db/install.sql +1 −0 Go to diff View file
M plugins/tracker/db/uninstall.sql +2 −0 Go to diff View file
M plugins/tracker/scripts/tracker-creation/po/fr_FR.po +5 −5 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/TrackerFromJiraServer.vue +2 −2 Go to diff View file
M plugins/tracker/scripts/tracker-creation/src/components/steps/step-one/cards/FromJira/__snapshots__/TrackerFromJiraServer.test.ts.snap +4 −4 Go to diff View file