meegle-api-space-association

Manage Meegle space association rules and work item bindings via OpenAPI.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines cross-project collaboration by enabling the linking and management of work items between different Meegle spaces, ensuring data consistency and visibility.

Core Features & Use Cases

  • Manage Space Associations: Define and retrieve rules for linking work items across projects.
  • View Associated Items: Easily see all work items linked to a specific item through association rules.
  • Bind/Unbind Items: Programmatically create or remove associations between work items.
  • Use Case: Link a bug report in a "QA" space to the corresponding feature task in the "Development" space, ensuring both teams have visibility into related work.

Quick Start

Use the meegle-api-space-association skill to get the list of rules for space association in the current project.

Frequently Asked Questions about meegle-api-space-association

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

FAQPage Schema
How do I link work items across different Meegle spaces?▼

To link work items across different Meegle spaces, you can use space association rules to programmatically bind items, ensuring data consistency and cross-project visibility between teams.

What is a Meegle space association rule?▼

A Meegle space association rule defines the logic for linking and managing work items between different projects, allowing you to retrieve, filter, and apply bindings across your organization's spaces.

Can I view all work items linked to a specific task in Meegle?▼

Yes, you can view all work items linked to a specific task by retrieving the association rules and listing the associated work items connected to that particular item in the project.

How do I programmatically unbind associated work items in Meegle projects?▼

You can programmatically unbind associated work items in Meegle projects by utilizing OpenAPI endpoints designed for relation management to remove existing cross-space associations.

Does Meegle OpenAPI support batch binding of work items across projects?▼

Yes, the Meegle OpenAPI supports batch binding and unbinding of work items across projects, enabling automated relation management and filtering of space association rules.

Why associate a bug report in one Meegle space with a feature task in another?▼

Associating a bug report with a feature task across spaces ensures both QA and Development teams have visibility into related work, streamlining cross-project collaboration and maintaining data consistency.