Operations with Specific SavedQuery
Resource | /api/savedQueries/{queryID} |
Returned entity | SavedQuery. For the description of the entity attributes, see Supported Fields section. |
Supported methods |
|
SavedQuery attributes
Represents saved query.
Extends WatchFolder
This table describes attributes of the SavedQuery
entity.
To receive an attribute in the response from server, specify it explicitly in the request parameter
fields
.To update an attribute, provide it in the body of a POST request.
Field | Type | Description |
---|---|---|
query | String | Query that is saved in this search. |
issues | Array of Issues | Issues that match this search. |
Read a Specific SavedQuery
Request syntax
Request parameters
Parameter | Type | Description |
---|---|---|
fields | string | A list of SavedQuery attributes that should be returned in the response. If no field is specified, only the |
Update a Specific SavedQuery
Request syntax
Request parameters
Parameter | Type | Description |
---|---|---|
fields | string | A list of SavedQuery attributes that should be returned in the response. If no field is specified, only the |
Delete a Specific SavedQuery
Request syntax
Request parameters
Parameter | Type | Description |
---|