Yougile Stickers
yougile_stickersCreate, list, get, and update custom string and sprint stickers and their states in YouGile.
Instructions
Custom stickers (string/state and sprint) and their states.
Operations ([access]):
list_string [read]: Получить список
create_string [admin]: Создать
get_string [read]: Получить по ID
update_string [admin]: Изменить
get_string_state [read]: Получить по ID
update_string_state [admin]: Изменить
create_string_state [admin]: Создать
list_sprint [read]: Получить список
create_sprint [admin]: Создать
get_sprint [read]: Получить по ID
update_sprint [admin]: Изменить
get_sprint_state [read]: Получить по ID
update_sprint_state [admin]: Изменить
create_sprint_state [admin]: Создать
Call yougile_help('stickers.') for parameters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | No | Flat object with path params, query params and body fields, e.g. {"id": "ID-123", "title": "New title"}. See yougile_help("tool.operation"). | |
| confirm | No | Set true only after the user explicitly approved a write into a client-facing project (needed only when the tool answered confirmation_required). | |
| operation | Yes |