# IssueBasedSwimlaneSettings

Swimlane settings for the case, when each swimlane is represented by an issue and contains this issue's subtasks.
Extends [SwimlaneSettings](api-entity-SwimlaneSettings.html)

## Attributes

This table describes attributes of the `IssueBasedSwimlaneSettings` 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 IssueBasedSwimlaneSettings. `Read-only`.  |
|  field  |  [FilterField](api-entity-FilterField.html)  |  CustomField which values are used to identify swimlane.  |
|  defaultCardType  |  [SwimlaneValue](api-entity-SwimlaneValue.html)  |  Value of a field that a card would have by default. `Can be null`.  |
|  values  |  [Array of SwimlaneValues](api-entity-SwimlaneValue.html)  |  When issue has one of this values, it becomes a swimlane on this board.  |
|  enabled  |  Boolean  |  If false, board has no swimlanes and all cards are shown as uncategorized.  |

