Help us improve
Share bugs, ideas, or general feedback.
From astravue
Creates, configures, and manages custom fields and dropdown options on tasks in Astravue. Use for listing fields, setting values, creating fields, or deleting options.
npx claudepluginhub astravueorg/astravue-mcp-server --plugin astravueHow this skill is triggered — by the user, by Claude, or both
Slash command
/astravue:managing-custom-fieldsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
1. **Discover existing fields**
Custom field discovery and configuration. TRIGGERS: 'field ID for', 'what's the field ID', 'what is the field ID', 'list custom fields', 'what fields are available', 'what custom fields', 'show custom fields', 'customfield_', 'find field', 'agile fields', 'configure agile fields', 'story points field'. Use for JIRA field metadata and discovery. NOT FOR: setting field values on issues (use jira-issue), setting story points (use jira-agile), searching by field values (use jira-search).
Manages ClickUp tasks, sprints, comments, time tracking, custom fields, goals, and docs via the `cup` CLI tool. Useful for project management workflows.
Manages Fulcrum tasks in worktrees: update status, link GitHub PRs/URLs/Linear tickets, send notifications, configure settings, and control server daemon.
Share bugs, ideas, or general feedback.
Discover existing fields
astravue_get_custom_fields — list fields for a project or get values for a specific task.
Set a field value
astravue_list_custom_field_options first to find valid optionsastravue_set_custom_field_value — set the value on a tasktrue/false for checkbox, yyyy-MM-dd for date, option name or ID for dropdownsCreate a new field
astravue_create_custom_field — define field name, type, and scope (project or space)astravue_create_custom_field_optionDelete fields or options
astravue_delete_custom_field_option — remove a dropdown option (can migrate tasks to a replacement)astravue_delete_custom_field — remove the field and all its values from every task in scopeAlways confirm deletions with the user. These actions cannot be undone.