Developer Portal for YouTrack and Hub Help

StarWatchFolder

Represents the Star folder.

Extends WatchFolder

Attributes

This table describes attributes of the StarWatchFolder 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

removeOnResolve

Boolean

If true, the star will be automatically removed from an issue when the issue is resolved.

id

String

The ID of the watch folder. Read-only.

owner

User

The user who created the watch folder. Read-only. Can be null.

visibleFor

UserGroup

Deprecated. Use the readSharingSettings attribute instead.

Group of users that can see this watch folder. If the folder is visible only to its owner, this property is null.

Can be null.

updateableBy

UserGroup

Deprecated. Use the updateSharingSettings attribute instead.

Group of users that can update this watch folder. If only the folder's owner can update it, this property is null.

Can be null.

readSharingSettings

WatchFolderSharingSettings

Users and groups that can see this watch folder. If the folder is visible only to its owner, this property contains an empty array. Read-only.

updateSharingSettings

WatchFolderSharingSettings

Users and groups that can update this watch folder. If only the folder's owner can update it, this property contains an empty array. Read-only.

name

String

The name of the issue folder.

07 June 2026