meegle-api-work-item-attachment

Manage work item attachments via the Meegle API.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill streamlines the process of managing attachments for work items, allowing users to upload, download, list, and delete files associated with specific tasks or projects.

Core Features & Use Cases

  • Upload Attachments: Add files to work item attachment fields or for rich text content.
  • Download Attachments: Retrieve files associated with a work item.
  • Delete Attachments: Remove unwanted files from work items.
  • Use Case: When a bug report needs a screenshot, or a task requires a design document, this skill allows for seamless attachment management.

Quick Start

Use the meegle-api-work-item-attachment skill to upload the file 'design_spec.pdf' to work item ID '12345' in project 'my_project'.

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

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

FAQPage Schema
How do I upload files to a work item attachment field via API?

To upload work item attachments via API, you use the Meegle API to add files to specific attachment fields or rich text content. This directly associates files like design documents or screenshots with project tasks.

Can I list and download attachments associated with a specific work item?

Yes, you can list and download work item attachments using the Meegle API. The API provides functionalities to retrieve files associated with specific tasks, enabling you to download them to your local environment.

What are the limitations for file size and quantity when uploading work item attachments?

Uploading work item attachments has specific constraints on file size and quantity per field. You must adhere to these predefined limits when adding files to attachment fields or rich text content to ensure successful API uploads.

How do I delete unwanted files from work items using the Meegle API?

You can delete unwanted files from work items by calling the delete attachment functionalities in the Meegle API. This removes specified files from work item attachment fields, helping you manage project storage and keep tasks accurate.

Does the Meegle API support adding attachments for rich text content in addition to specific fields?

Yes, the Meegle API supports adding attachments for both specific attachment fields and general rich text content. This allows you to embed files directly within task descriptions or dedicated file fields on work items.