Operations with Specific StateBundle
This resource provides operations with sets of values of the state
type.
Resource | /api/admin/customFieldSettings/bundles/state/{bundleID} |
Returned entity | StateBundle. For the description of the entity attributes, see Supported Fields section. |
Supported methods |
|
StateBundle attributes
Represents a set of states in YouTrack.
Extends BaseBundle
This table describes attributes of the StateBundle
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 |
---|---|---|
values | Array of StateBundleElements | The list of states that this set of values contains. |
isUpdateable | Boolean | If |
Read a Specific StateBundle
Read the list of states in a set with the specific ID.
Required permissions
Requires read or update access to one of the fields that use the bundle. If the bundle is not used in any field, Update Project permission is required in at least one project.
Request syntax
{bundleID} | Database ID of the set of values. |
Request parameters
Parameter | Type | Description |
---|---|---|
fields | String | A list of StateBundle attributes that should be returned in the response. If no field is specified,only the |
Sample
Sample request
Sample response body
Update a Specific StateBundle
Change the list of states in a set with the specific ID.
Required permissions
Requires Project Update permission in all projects where the bundle is used. If the bundle is not used in any field, Update Project permission is required in at least one project.
Request syntax
{bundleID} | Database ID of the set of values. |
Request parameters
Parameter | Type | Description |
---|---|---|
fields | String | A list of StateBundle attributes that should be returned in the response. If no field is specified,only the |
Sample
Sample request
Sample request body
Sample response body
Delete a Specific StateBundle
Delete the set of values with the specific ID.
Required permissions
Requires Project Update permission in all projects where the bundle is used. If the bundle is not used in any field, Update Project permission is required in at least one project.
Request syntax
{bundleID} | Database ID of the set of values. |
Request parameters
Parameter | Type | Description |
---|---|---|
fields | String | A list of StateBundle attributes that should be returned in the response. If no field is specified,only the |