pub fn probe_jira(cfg: &JiraConfig) -> Result<JiraProbe>Expand description
Probe free Jira REST: authenticated identity + optional server banner.
Uses only platform endpoints (/rest/api/2/myself, /serverInfo) — no
Marketplace apps. Exit path for CLI: non-zero when HTTP fails or auth rejects.