hi-jira2 0.0.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**expressions** | **Vec<String>** | The list of Jira expressions to analyse. | 
**context_variables** | Option<**::std::collections::HashMap<String, String>**> | Context variables and their types. The type checker assumes that [common context variables]https://developer.atlassian.com/cloud/jira/platform/jira-expressions/#context-variables, such as `issue` or `project`, are available in context and sets their type. Use this property to override the default types or provide details of new variables. | [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)