meegle-api-work-item-tasks

Manage subtasks in Meegle work items via plugin access tokens.

1|Updated Feb 17, 2026
One-click install
npx skills add https://github.com/pkycy/meegle-api-skill --skill meegle-api-work-item-tasks
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: meegle-api-work-item-tasks
Source: https://github.com/pkycy/meegle-api-skill/tree/main/meegle-api-work-items
Command: npx skills add https://github.com/pkycy/meegle-api-skill --skill meegle-api-work-item-tasks

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill streamlines the management of tasks within Meegle work items, allowing for creation, retrieval, updating, and deletion of tasks programmatically.

Core Features & Use Cases

  • Task Management: Create, get details, update, and delete subtasks associated with work items.
  • Cross-Space Search: Find tasks across multiple Meegle spaces based on various criteria like owner, status, and creation date.
  • Workflow Integration: Interact with tasks within workflow-based work items, updating their status and details.
  • Use Case: Automatically create a follow-up task for a specific user when a main work item is completed, ensuring all action items are tracked.

Quick Start

Use the meegle-api-work-item-tasks skill to get a list of tasks assigned to 'user_key_123' with status 'in progress'.

Frequently Asked Questions about meegle-api-work-item-tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage Meegle work item tasks programmatically?

You can manage Meegle work item tasks programmatically by using the provided scripts to access work item task APIs for creating, retrieving, updating, and completing subtasks within workflow-enabled work items.

Can I search for tasks across multiple Meegle spaces based on owner and status?

Yes, you can perform cross-space searches to find tasks across multiple Meegle spaces by filtering based on specific criteria such as owner, status, and creation date.

How do I automatically create a follow-up subtask when a Meegle work item is completed?

You can automatically create a follow-up subtask by invoking the task creation API to generate a new subtask assigned to a specific user upon detecting the main work item's completion status.

Does the Meegle API support rolling back completed subtasks within a workflow?

Yes, the Meegle API supports rolling back completed subtasks within workflow-enabled work items, allowing you to revert task statuses and update task details as needed.

What authentication is required to interact with Meegle work item task APIs?

Interacting with Meegle work item task APIs requires integration with Meegle's permission and authentication systems via plugin access tokens to ensure secure authorized operations.