# AttributeBasedSwimlaneSettings

Settings of swimlanes that are identified by the set of values in the selected field. For example, you can set swimlanes to represent issues for each Assignee.

Extends [SwimlaneSettings](api-entity-SwimlaneSettings.html)

## Attributes

This table describes attributes of the `AttributeBasedSwimlaneSettings` entity.

* To receive an attribute in the response from the server, specify it explicitly in the `fields` request parameter.

* To update an attribute, provide it in the body of a POST request.

|  Field  |  Type  |  Description  |
| --- | --- | --- |
|  id  |  String  |  The ID of the AttributeBasedSwimlaneSettings. `Read-only`.  |
|  field  |  [FilterField](api-entity-FilterField.html)  |  CustomField which values are used to identify swimlane.  |
|  values  |  [Array of SwimlaneEntityAttributeValues](api-entity-SwimlaneEntityAttributeValue.html)  |  Swimlanes that are visible on the Board.  |
|  enabled  |  Boolean  |  If false, board has no swimlanes and all cards are shown as uncategorized.  |

