Fix auth to Jira Data Center - #1588
Conversation
nvuillam
commented
Dec 11, 2025
- Auth to jira data center
- Instructions to test a development version of sfdx-hardis from a CI/CD pipeline
Implements a workaround for authenticating with JIRA_PAT on Jira Data Center servers. The standard authentication flow fails because of the way Jira Data Center handles PAT authentication. This change intercepts the request and manually injects the JIRA_PAT as a Bearer token in the Authorization header.
❌MegaLinter analysis: Error
Detailed Issues❌ SPELL / cspell - 2 errors🤖 AI-Powered Fix Suggestions for SPELL_CSPELL (by openai gpt-4.1-mini)
Example .cspell.json addition: {
"words": ["mktemp"]
}This will prevent future false positives for "mktemp" without affecting code or documentation accuracy.
|
