sym.sdk.integrations.jira.add_comment_to_issue

sym.sdk.integrations.jira.add_comment_to_issue(issue_id_or_key: str, comment: str, expand: Optional[List[str]] = None) None

Adds a comment to a Jira issue.

See Jira’s API docs here for details.

Parameters
  • issue_id_or_key – The ID or key of the issue.

  • comment – A string to be added as a comment to the Jira issue.

  • expand – An optional list of strings indicating what additional information about issues to include in the response.

Raises

JiraError – If the issue does not exist.