Skip to main content

fetch_comments

Function fetch_comments 

Source
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).