meegle-api-setting-roles

Manage workflow roles for Meegle work item types via CRUD operations.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines the management of workflow roles within Meegle, allowing for the creation, retrieval, updating, and deletion of roles essential for process configuration.

Core Features & Use Cases

  • Role Management: Create, view, update, and delete custom roles for work item types.
  • Configuration: Define role properties like name, ownership, assignment modes, and members.
  • Use Case: When setting up a new project in Meegle, you need to define specific roles such as 'Task Owner' or 'Reviewer' for different work item types. This Skill allows you to programmatically create and configure these roles.

Quick Start

Create a new workflow role named 'Developer' for the 'Story' work item type in project 'my-project-key'.

Frequently Asked Questions about meegle-api-setting-roles

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

FAQPage Schema
How do I manage Meegle workflow roles for specific work item types?

Meegle workflow roles can be managed through CRUD operations to create, retrieve, update, and delete roles for specified work item types. This includes configuring assignment modes, members, and permissions for process participants.

Can I programmatically configure role permissions and assignment modes in Meegle?

Yes, role permissions and assignment modes can be programmatically configured in Meegle. The system integrates with Meegle's permission management to ensure proper access control for workflow participants assigned to specific roles.

What's the best way to set up custom roles like Task Owner or Reviewer in Meegle?

Setting up custom roles like Task Owner or Reviewer involves using role management operations to define role properties including name, ownership, and members for different work item types within a specific Meegle project.

When do I need to configure workflow roles using the Meegle open API?

Workflow roles need to be configured when setting up a new project in Meegle that requires defining specific roles for different work item types. This ensures proper access control and assignment modes for workflow participants.

Does the Meegle API support deleting and updating existing workflow roles?

Yes, the Meegle API supports updating and deleting existing workflow roles. These CRUD operations allow you to modify role properties, members, and permissions, or completely remove roles that are no longer needed for a work item type.