# IssueTag

Deprecated. Use `Tag` instead.

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

## Attributes

This table describes attributes of the `IssueTag` 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 tag. `Read-only`.  |
|  issues  |  [Array of Issues](api-entity-Issue.html)  |  The collection of issues that this tag is added to.  |
|  color  |  [FieldStyle](api-entity-FieldStyle.html)  |  The color settings of the tag.  |
|  untagOnResolve  |  Boolean  |  If `true`, this tag will be automatically removed from an issue when the issue is resolved.  |
|  visibleFor  |  [UserGroup](api-entity-UserGroup.html)  |    Deprecated. Use the `readSharingSettings` attribute instead.  Group of users that can see this tag. If the tag is visible only to its owner, this property is `null`.   `Can be null`.  |
|  updateableBy  |  [UserGroup](api-entity-UserGroup.html)  |    Deprecated. Use the `updateSharingSettings` attribute instead.  Group of users that can update this tag. If only the tag's owner can update it, this property is `null`.   `Can be null`.  |
|  readSharingSettings  |  [WatchFolderSharingSettings](api-entity-WatchFolderSharingSettings.html)  |  Users and groups that can see this tag. If the tag is visible only to its owner, this property contains an empty array. `Read-only`.  |
|  tagSharingSettings  |  [TagSharingSettings](api-entity-TagSharingSettings.html)  |  Users and groups that can use this tag. These users can add the tag to or remove the tag from the issues that they also have permission to view and update. If the tag can be used only by its owner, this property contains an empty array. `Read-only`.  |
|  updateSharingSettings  |  [WatchFolderSharingSettings](api-entity-WatchFolderSharingSettings.html)  |  Users and groups that can update this tag. If only the tag's owner can update it, this property contains an empty array. `Read-only`.  |
|  owner  |  [User](api-entity-User.html)  |  The user who created the watch folder. `Read-only`. `Can be null`.  |
|  name  |  String  |  The name of the issue folder.  |

