You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JIRA Data Center behind a corporate or self-signed certificate now works.specship jira configure gained --ca-cert <pem> to trust your corporate CA bundle (preferred) and --insecure-tls to skip certificate verification as a last resort — both scoped to SpecShip's JIRA requests only, also settable via SPECSHIP_JIRA_CA_CERT and SPECSHIP_JIRA_INSECURE_TLS. Base URLs with a context path (e.g. https://jira.company.com:8443/jira) are fully supported — include the context path in the base URL.
Fixes
Connection failures during specship jira configure / specship jira test now explain the likely causes (corporate certificate, missing context path in the base URL, VPN/network) and surface the underlying TLS error code instead of a bare "fetch failed".