meegle-api-work-item-read-and-write

Create, retrieve, and update Meegle work items via API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill streamlines the process of creating, retrieving, and modifying work items within Meegle, eliminating manual data entry and ensuring data consistency.

Core Features & Use Cases

  • Create Work Items: Programmatically generate new tasks, stories, bugs, or other work item types with specified details and custom fields.
  • Get Work Item Details: Retrieve comprehensive information for one or more work items, including system and custom fields, workflow status, and history.
  • Update Work Items: Modify existing work items, including their fields, status, and other attributes.
  • Use Case: An AI assistant can automatically create a new bug report with all necessary fields populated based on user input, or update the status of multiple tasks assigned to a team member.

Quick Start

Use the meegle-api-work-item-read-and-write skill to create a new story named 'Implement user authentication' in the 'project-alpha' space.

Frequently Asked Questions about meegle-api-work-item-read-and-write

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

FAQPage Schema
How do I automate Meegle work item creation and updates programmatically?

To automate Meegle work item creation and updates, you can use this Skill to programmatically generate tasks, stories, or bugs, modify existing fields, and change workflow statuses in bulk. It requires authentication via plugin access tokens and user keys.

Can I retrieve detailed custom fields and workflow history for Meegle tasks via API?

Yes, you can retrieve detailed custom fields and workflow history for Meegle tasks. The Skill provides programmatic access to comprehensive work item details, including system fields, custom fields, workflow status, and historical data.

How do I batch update workflow statuses for multiple Meegle work items?

You can batch update workflow statuses for multiple Meegle work items by utilizing the Skill's batch operation support. This allows efficient project management by modifying existing tasks, their fields, and statuses programmatically in a single process.

What authentication is required to access the Meegle work item API?

Accessing the Meegle work item API requires authentication via plugin access tokens and user keys. These secure API interaction credentials are necessary before creating, retrieving, or updating any work item data.

Does this Skill support modifying custom fields when creating a Meegle story?

Yes, the Skill supports modifying custom fields when creating a Meegle story. You can programmatically generate new tasks, stories, or bugs while specifying detailed attributes and custom field values directly through the API.

What are the limitations of automating Meegle project management tasks through API?

The Skill handles creation, retrieval, and updates for Meegle work items but requires valid plugin access tokens and user keys for secure API interactions. It does not explicitly mention support for deleting work items or advanced project space configuration.