pub fn post_comment_from_markdown_with_format(
cfg: &JiraConfig,
issue_key: &str,
markdown_path: &Path,
dry_run: bool,
format: CommentBodyFormat,
) -> Result<PostedComment>Expand description
Like post_comment_from_markdown with an explicit free-tier body format.