meegle-api-work-item-lists

Query and list Meegle work items with filtering and search.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the process of finding and retrieving work items within Meegle by providing powerful listing, filtering, and searching capabilities across single or multiple spaces.

Core Features & Use Cases

  • Single Space Listing: Filter work items by various criteria (name, assignee, status, dates) within a specific project.
  • Cross-Space Search: Search for work items across multiple projects simultaneously.
  • Complex Filtering: Build intricate search queries using AND/OR logic for precise results.
  • Full-Text Search: Perform keyword-based searches across work items and views.
  • Associated Items: Retrieve linked work items based on defined relationships.
  • Use Case: Find all 'Bug' type work items assigned to 'John Doe' in the 'Project Alpha' space that were created in the last month and have a 'High' priority.

Quick Start

List all work items in the space 'my-project-key' that are named 'Fix login issue'.

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

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

FAQPage Schema
How do I search for Meegle work items across multiple project spaces?

To search Meegle work items across multiple spaces, use the cross-space search action to query several projects simultaneously. This allows you to retrieve and filter work items from different projects in one comprehensive result set.

Can I filter Meegle work items using complex AND OR search conditions?

Yes, you can filter Meegle work items using complex search conditions with AND OR logic. This allows you to build intricate queries combining multiple criteria such as assignee, status, dates, and priority for precise results.

How do I find linked or associated work items in Meegle?

To find associated work items in Meegle, use the associated items retrieval action. This fetches linked work items based on their defined relationships, helping you map dependencies and trace related tasks within your project.

What is the best way to perform a full-text search for work items in Meegle?

The best way to perform a full-text search in Meegle is using the keyword-based search action across work items and views. This matches text content directly, returning relevant items regardless of their specific field assignments.

Does the Meegle API support filtering work items by assignee and creation date?

Yes, the Meegle API supports filtering work items by various criteria including assignee and creation dates within a specific space. You can combine these filters to find exact matches like high-priority bugs assigned to a specific person.

Why am I not getting results when querying specific work item types in Meegle?

When querying specific work item types in Meegle yields no results, verify your search conditions and space keys. Ensure the target space contains items matching your filters and that your AND OR logic is correctly structured for the OpenAPI query.