hi-jira2 0.0.1

Jira rest api v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# BulkIssuePropertyUpdateRequest

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**value** | Option<[**serde_json::Value**].md> | The value of the property. The value must be a [valid]https://tools.ietf.org/html/rfc4627, non-empty JSON blob. The maximum length is 32768 characters. | [optional]
**expression** | Option<**String**> | EXPERIMENTAL. The Jira expression to calculate the value of the property. The value of the expression must be an object that can be converted to JSON, such as a number, boolean, string, list, or map. The context variables available to the expression are `issue` and `user`. Issues for which the expression returns a value whose JSON representation is longer than 32768 characters are ignored. | [optional]
**filter** | Option<[**crate::models::IssueFilterForBulkPropertySet**]IssueFilterForBulkPropertySet.md> | The bulk operation filter. | [optional]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)