Taiga is an open-source project management platform built for agile teams. It supports epics, user stories, tasks, and issues with configurable workflows.The TaigaHandler provides an asynchronous interface to the Taiga REST API, enabling secure authentication and efficient retrieval of project and workflow data for automation and agent-driven workflows.Documentation Index
Fetch the complete documentation index at: https://docs.superagentx.ai/llms.txt
Use this file to discover all available pages before exploring further.
Example
To create a TaigaHandler, initialize it with your Taiga username and password. The handler authenticates automatically and reuses a single HTTP session for optimal performance.Retrieves all projects where the authenticated user is a member.
Fetches workflow stages for a specific project and entity type.
Aggregates all workflow stages (epics, user stories, tasks, and issues) across every project the user belongs to.
The handler maintains a reusable asynchronous HTTP session and handles authentication transparently. To gracefully close the session:

