hi-jira2 0.0.1

Jira rest api v2
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# DeprecatedWorkflow

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**name** | Option<**String**> | The name of the workflow. | [optional][readonly]
**description** | Option<**String**> | The description of the workflow. | [optional][readonly]
**last_modified_date** | Option<**String**> | The datetime the workflow was last modified. | [optional][readonly]
**last_modified_user** | Option<**String**> | This property is no longer available and will be removed from the documentation soon. See the [deprecation notice]https://developer.atlassian.com/cloud/jira/platform/deprecation-notice-user-privacy-api-migration-guide/ for details. | [optional][readonly]
**last_modified_user_account_id** | Option<**String**> | The account ID of the user that last modified the workflow. | [optional][readonly]
**steps** | Option<**i32**> | The number of steps included in the workflow. | [optional][readonly]
**scope** | Option<[**crate::models::Scope**]Scope.md> | The scope where this workflow applies | [optional][readonly]
**default** | Option<**bool**> |  | [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)