pub fn post_issue_comment(
cfg: &JiraConfig,
issue_key: &str,
body_wiki: &str,
) -> Result<PostedComment>Expand description
POST a comment via free platform REST (wiki on Server/DC, ADF on Cloud Free).
body_wiki is pandoc jira markup (or plain text). On Cloud Free, it is wrapped
in minimal ADF. No Marketplace apps.