Skip to main content

build_comment_post_request

Function build_comment_post_request 

Source
fn build_comment_post_request(
    client: &Client,
    cfg: &JiraConfig,
    issue_key: &str,
    body_wiki: &str,
    format: CommentBodyFormat,
) -> Result<Request>