# IssueFolder

Represents an issue folder, such as a project, a saved search, or a tag.
Extended by:

* [WatchFolder](api-entity-WatchFolder.html)

* [Project](api-entity-Project.html)

## Attributes

This table describes attributes of the `IssueFolder` 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 issue folder. `Read-only`.  |
|  name  |  String  |  The name of the issue folder.  |

