# OrderOfIssueTypes
## Properties
**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)