Developer Portal for YouTrack and Hub Help

Tag

Represents an issue tag entity.

Properties

Name

Type

Description

editableByGroups

Array.<UserGroup>

The user groups that can edit this tag. If the tag is editable only by its owner, this property is `null`. `null` by default.

editableByUsers

Array.<User>

The users who can edit this tag. If the tag is editable only by its owner, this property is `null`. `null` by default.

id

string

The ID of the tag.

name

string

The name of the tag.

owner

User

The user who created the tag.

type

'tag'

The type of the custom field.

usableByGroups

Array.<UserGroup>

The user groups that can edit this tag. If the tag is editable only by its owner, this property is `null`. `null` by default.

usableByUsers

Array.<User>

The users who can use this tag. If the tag is editable only by its owner, this property is `null`. `null` by default.

visibleToGroups

Array.<UserGroup>

The user groups that can see this tag. If the tag is visible only for its owner, this property is `null`. If this property is `null`, the visibility of the tag is automatically limited to the project owner and the project team. `null` by default.

visibleToUsers

Array.<User>

The users who can see this tag. If the tag is visible only for its owner, this property is `null`. `null` by default.

Last modified: 23 April 2024