bulk_set_issues_properties

Function bulk_set_issues_properties 

Source
pub async fn bulk_set_issues_properties(
    configuration: &Configuration,
    params: BulkSetIssuesPropertiesParams,
) -> Result<(), Error<BulkSetIssuesPropertiesError>>
Expand description

Sets the values of entity properties on issues. It can set up to 10 entity properties on up to 10,000 issues. The value of the request body must be a valid, non-empty JSON. The maximum length of single issue property value is 32768 characters. This operation can be accessed anonymously. This operation is: * transactional, either all properties are updated in all eligible issues or, when errors occur, no properties are updated. * asynchronous. Follow the location link in the response to determine the status of the task and use Get task to obtain subsequent updates. 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.