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.
pub fn post_issue_comment_with_format(
cfg: &JiraConfig,
issue_key: &str,
body_wiki: &str,
format: CommentBodyFormat,
) -> Result<PostedComment>Like post_issue_comment with an explicit body format.