Skip to main content

comment_post_url

Function comment_post_url 

Source
fn comment_post_url(
    base_url: &str,
    issue_key: &str,
    format: CommentBodyFormat,
) -> String
Expand description

Free platform comment endpoints (official Cloud/Server REST — no Marketplace).

HostFormatEndpoint
Server/DCwiki stringPOST /rest/api/2/issue/{key}/comment {"body":"wiki"}
Cloud FreeADFPOST /rest/api/3/issue/{key}/comment ADF body object

See developer.atlassian.com Cloud platform REST (issue comments) and Server REST API examples. Auth: Cloud email+API token Basic, or Server PAT header.