openproject-queries

Manage OpenProject saved queries via API v3 with REST endpoints.

Updated Jan 9, 2026
One-click install
npx skills add https://github.com/hoangvantuan/claude-plugin --skill openproject-queries
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: openproject-queries
Source: https://github.com/hoangvantuan/claude-plugin/tree/main/skills/openproject/openproject-queries
Command: npx skills add https://github.com/hoangvantuan/claude-plugin --skill openproject-queries

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

OpenProject saves customizable queries to help teams view work items. This Skill enables programmatic creation, updating, listing, deletion, and management of saved queries via the OpenProject API to streamline project reporting and board configurations.

Core Features & Use Cases

  • Create, update, list, delete, and star queries across projects.
  • Retrieve default configurations and available columns to quickly assemble useful views.
  • Use Case: automate saving common filters for a project and reuse them across dashboards.

Quick Start

Configure your environment and call the OpenProject queries API through the provided Python module to manage saved queries, e.g., list queries for a project, create a new one, or update an existing query.

Frequently Asked Questions about openproject-queries

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

FAQPage Schema
How do I automate creating and updating saved queries in OpenProject?

You can automate OpenProject saved queries by using API v3 endpoints to programmatically create, update, list, and delete work package views, which streamlines project reporting and board configurations.

Can I retrieve default queries and available columns across OpenProject projects?

Yes, you can retrieve default configurations and available columns across projects via the OpenProject API v3. This allows you to quickly assemble useful views and reuse common filters across multiple project dashboards.

What do I need to configure before managing OpenProject queries via API?

You need a configured OpenProject client and environment-based authentication setup before managing queries. Once configured, you can call the REST endpoints with pagination and error handling to manage work packages.

How does starring and listing saved queries work in OpenProject?

Starring and listing saved queries in OpenProject works by sending specific API v3 requests to manage query visibility and retrieval. This enables teams to centralize and quickly access their most important project views.

What is the best way to reuse common filters for OpenProject dashboards?

The best way to reuse common filters is to automate saving them as queries via the OpenProject API. By programmatically creating and updating these saved queries, you can consistently apply them across various project dashboards.