# Custom Field & Workflow
# Custom Field
If the default custom fields cannot meet your demand, you can add custom issue fields as needed.
# Add Custom Field
Go to Org Center > Settings > Project > Issue Custom Fields to add a new issue field.
The custom fields of multiple types are supported:
- Select
- MultiSelect
- Text
- URL
- Date
- Person
- Number
- Phone
You need to set enumerated values for Select and MultiSelect.
# Edit Custom Field
After adding a custom field, you can edit the issue type of the custom field as needed.
Select an issue type and choose custom fields for reference, then the new fields will be added to all issues of this type in the organization.
The order of the custom fields is consistent with that in configuration.
# Update Custom Field
All custom fields can be modified except for enumerated ones.
For enumerated fields, only converting Select to MultiSelect is allowed.
# Workflow
The workflow is a collection of issue status and it determines whether a status can be transferred to another.
The issue workflow has multiple main states, and each is a collection of several sub-states.
Requirements, bugs and tasks have their workflows separately, and you can set up workflow for each issue as needed.
Go to DevOps Platform> Project > Settings > Issue Workflow.
When creating a project, the platform will automatically create a default workflow for it.
You can edit the workflow for specific issues if necessary.