Zoho Sprints
76 actions · 1 auth method
Preview
Authentication
OAuth 2.0
Connect your Zoho Sprints account securely using OAuth 2.0. Access tokens expire after 1 hour and refresh automatically.Guides: Connector Profile, Link Account
Actions
|
No scopes found
76 actions
Action
Description
Required scopes
Get All Workspaces
Retrieve all Zoho Sprints workspaces (teams) accessible to the authenticated user.
Get Workspace Settings
Retrieve detailed information about a specific Zoho Sprints workspace (team) by its ID.
Get All Projects
Retrieve all projects within a Zoho Sprints portal with pagination support.
Get Project Details
Retrieve detailed information about a specific project by its ID.
Create Project
Create a new agile project in a Zoho Sprints portal with configurable settings.
Update Project
Update an existing project’s name, description, status, or configuration settings.
Delete Project
Permanently delete a project and all its associated sprints, items, and data.
Get Project Users
Retrieve all members assigned to a specific project with their roles and permissions.
Add Project Users
Add new or existing portal members to a project.
Delete Project User
Remove a member from a project, revoking their access to project resources.
Get Project Groups
Retrieve all project groups in a workspace, required to supply the projgroup field when creating projects.
Get All Sprints
Retrieve all sprints within a project, including active, upcoming, and completed sprints.
Get Sprint Details
Retrieve detailed information about a specific sprint including its goal, dates, and completion status.
Create Sprint
Create a new sprint in a project with a defined name, description, and date range.
Update Sprint
Update a sprint’s name, description, dates, or other properties.
Delete Sprint
Delete a specific sprint permanently.
Complete Sprint
Mark an active sprint as completed.
Get Active Sprint
Retrieve the currently active sprint for a project.
Start Sprint
Start a sprint that is in “not started” status to begin the sprint cycle.
Get Items
Retrieve all work items within a specific sprint or backlog.
Get Item Details
Retrieve complete details of a specific work item by ID, including all metadata and custom fields.
Create Item
Create a new work item in a sprint or backlog with full configuration options.
Update Item
Update a work item’s properties including name, status, priority, assignees, and dates.
Delete Item
Permanently delete a work item and all its associated comments, attachments, and time logs.
Move Items
Move one or more work items to a different sprint, or to a sprint in a different project.
Get Item Activity
Retrieve the activity history and change log for a specific work item.
Get Item Attachments
Retrieve all file attachments associated with a specific work item.
Delete Item Attachment
Remove a specific file attachment from a work item.
Get Subitems
Retrieve all sub-items (child tasks) belonging to a specific parent work item.
Create Subitem
Create a child sub-item under a parent work item to break down work into smaller tasks.
Update Subitem
Update a sub-item’s name, status, assignees, priority, or dates.
Delete Subitem
Permanently delete a sub-item from a work item.
Get Item Types
Retrieve all item types configured for a project, including type IDs and names.
Get Project Priorities
Retrieve all work item priority levels configured for a specific project.
Get Project Backlog ID
Retrieve the backlog ID for a project, required for all backlog item operations.
Get Project Backlog
Retrieve all work items in the project backlog that are not yet assigned to a sprint.
Get Backlog Item Details
Retrieve complete details of a specific backlog item by its ID.
Create Backlog Item
Create a new work item directly in the project backlog for future sprint planning.
Update Backlog Item
Update properties of a backlog item including name, priority, description, or assignee.
Delete Backlog Item
Permanently delete a backlog item and all its associated data.
Move Backlog Items To Sprint
Move one or more backlog items into a specific sprint during sprint planning.
Move Items To Backlog
Move one or more sprint work items back to the project backlog.
Get Epics
Retrieve all epics in a project with their status, item counts, and completion progress.
Get Epic Details
Retrieve detailed information about a specific epic including its linked items and progress.
Create Epic
Create a new epic to group related work items across multiple sprints under a strategic initiative.
Update Epic
Update an epic’s name, description, owner, color, or archive status.
Delete Epic
Delete an epic, unlinking all associated work items which remain in their sprints.
Get Epic Items
Retrieve all work items associated with a specific epic in a sprint or backlog.
Add Items To Epic
Associate one or more work items with a specific epic in a project.
Get Release Stages
Retrieve all release stages configured for a project.
Get Releases
Retrieve all releases in a project with their status, target dates, and item completion progress.
Get Release Details
Retrieve detailed information about a specific release including linked items and deployment status.
Create Release
Create a new release to track a set of features or fixes for delivery to end users.
Update Release
Update a release’s name, goal, dates, owners, status, or color.
Delete Release
Delete a release, unlinking all associated work items which remain in their sprints.
Add Items To Release
Associate one or more work items with a specific release.
Get Item Comments
Retrieve all comments on a specific work item in chronological order.
Add Item Comment
Add a new comment to a work item to provide updates, ask questions, or document decisions.
Update Item Comment
Edit the content of an existing comment on a work item.
Delete Item Comment
Permanently remove a comment from a work item.
Get Workspace Users
Retrieve all users in a workspace with pagination. Applicable only for admins.
Add Workspace Users
Add one or more users to a workspace with assigned roles and profiles.
Update User Role
Update the workspace role assigned to a specific user.
Delete Workspace User
Remove a specific user from the workspace, revoking all their access.
Get Project Status
Retrieve all work item statuses configured for a specific project.
Create Project Status
Create a new work item status for a project workflow.
Update Project Status
Rename an existing work item status in a project.
Delete Project Status
Delete a custom work item status from a project’s workflow.
Get Tags
Retrieve all custom tags in a workspace for categorizing and filtering work items.
Add Custom Tag
Create a new custom tag to categorize and group work items in a workspace.
Update Custom Tag
Update a custom tag’s name and color in a workspace.
Delete Custom Tag
Delete a custom tag from a workspace, removing it from all associated work items.
Get Log Hours
Retrieve the list of time logs for a project grouped by date or user.
Add Log Hours
Log time spent working on a specific work item with date, duration, and billability.
Update Log Hours
Update an existing time log entry to correct duration, date, notes, or approval status.
Delete Log Hours
Delete a time log entry from a project.
Getting Started
Create or Select a Project
Set up a new project or select an existing one. See the Projects Guide.
Configure the Connector
Enable the connector and set up a connector profile in your project. See Managing Connectors.
Connector Profile
Zoho Sprints - OAuth 2.0
Link an Account
Connect an account using StackOne Hub or Auth Link.
Link Account
Zoho Sprints - OAuth 2.0
Use Actions
Invoke actions using one of the methods below:
- MCP – Model Context Protocol for AI assistants
- A2A – Agent-to-Agent protocol
- AI Toolset (TypeScript) – TypeScript SDK for AI agents
- AI Toolset (Python) – Python SDK for AI agents
- Actions RPC – Direct API calls
- Playground – Test actions in the dashboard