pub async fn delete_issue_property(
configuration: &Configuration,
issue_id_or_key: &str,
property_key: &str,
) -> Result<(), Error<DeleteIssuePropertyError>>
Expand description
Deletes an issue’s property. This operation can be accessed anonymously. Permissions required: * Browse projects and Edit issues project permissions for the project containing the issue. * If issue-level security is configured, issue-level security permission to view the issue.