Skip to main content

post_issue_comment_with_format

Function post_issue_comment_with_format 

Source
pub fn post_issue_comment_with_format(
    cfg: &JiraConfig,
    issue_key: &str,
    body_wiki: &str,
    format: CommentBodyFormat,
) -> Result<PostedComment>
Expand description

Like post_issue_comment with an explicit body format.