pub async fn notify(
configuration: &Configuration,
issue_id_or_key: &str,
notification: Notification,
) -> Result<Value, Error<NotifyError>>
Expand description
Creates an email notification for an issue and adds it to the mail queue. Permissions required: * Browse Projects project permission for the project that the issue is in. * If issue-level security is configured, issue-level security permission to view the issue.