Function set_issue_property

Source
pub async fn set_issue_property(
    configuration: &Configuration,
    issue_id_or_key: &str,
    property_key: &str,
    body: Option<Value>,
) -> Result<Value, Error<SetIssuePropertyError>>
Expand description

Sets the value of an issue’s property. Use this resource to store custom data against an issue. The value of the request body must be a valid, non-empty JSON blob. The maximum length is 32768 characters. 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.