Developer Portal for YouTrack and Hub Help

SavedQuery

Represents a saved search.

Related Resources

Below you can find the list of resources that let you work with this entity.

Extends WatchFolder

Attributes

This table describes attributes of the SavedQuery 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 saved search. Read-only.

query

String

The query that is saved in this search. Can be null.

issues

Array of Issues

The collection of issues that match this saved search. Read-only.

visibleFor

UserGroup

Deprecated. Use the readSharingSettings attribute instead.

Group of users that can see this saved search. If the saved search 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 saved search. If only the owner of the saved search can update it, this property is null.

Can be null.

readSharingSettings

WatchFolderSharingSettings

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

updateSharingSettings

WatchFolderSharingSettings

Users and groups that can update this saved search. If only the owner of the saved search can update it, this property contains an empty array. Read-only.

owner

User

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

name

String

The name of the issue folder. Can be null.

Last modified: 23 April 2024