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 |
editableByUsers | Array.< User > | The users who can edit this tag. If the tag is editable only by its owner, this property is |
id | string | The ID of the tag. |
name | string | The name of the tag. |
owner | The user who created the tag. | |
type |
| Identifies this object as a tag. YouTrack infers |
usableByGroups | Array.< UserGroup > | The user groups that can edit this tag. If the tag is editable only by its owner, this property is |
usableByUsers | Array.< User > | The users who can use this tag. If the tag is editable only by its owner, this property is |
visibleToGroups | Array.< UserGroup > | The user groups that can see this tag. If the tag is visible only for its owner, this property is If this property is |
visibleToUsers | Array.< User > | The users who can see this tag. If the tag is visible only for its owner, this property is |