pub fn fetch_comments(
cfg: &JiraConfig,
issue_key: &str,
) -> Result<Vec<IssueComment>>Expand description
Fetch all comments for one issue (api/2, then api/3 on Cloud-style hosts).
pub fn fetch_comments(
cfg: &JiraConfig,
issue_key: &str,
) -> Result<Vec<IssueComment>>Fetch all comments for one issue (api/2, then api/3 on Cloud-style hosts).