hi-jira2 0.0.1

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

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**issue_type_ids** | **Vec<String>** | A list of the issue type IDs to move. The order of the issue type IDs in the list is the order they are given after the move. | 
**after** | Option<**String**> | The ID of the issue type to place the moved issue types after. Required if `position` isn't provided. | [optional]
**position** | Option<**String**> | The position the issue types should be moved to. Required if `after` isn't provided. | [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)