- Retrieve all Zoho Sprints workspaces (teams) accessible to the authenticated user.
- Retrieve detailed information about a specific Zoho Sprints workspace (team) by its ID.
- Retrieve all projects within a Zoho Sprints portal with pagination support.
- Retrieve detailed information about a specific project by its ID.
- Create a new agile project in a Zoho Sprints portal with configurable settings.
- Update an existing project's name, description, status, or configuration settings.
- Permanently delete a project and all its associated sprints, items, and data.
- Retrieve all members assigned to a specific project with their roles and permissions.
- Add new or existing portal members to a project.
- Remove a member from a project, revoking their access to project resources.
- Retrieve all sprints within a project, including active, upcoming, and completed sprints.
- Retrieve detailed information about a specific sprint including its goal, dates, and completion status.
- Create a new sprint in a project with a defined name, description, and date range.
- Update a sprint's name, description, dates, or other properties.
- Delete a specific sprint permanently.
- Mark an active sprint as completed.
- Retrieve the currently active sprint for a project.
- Start a sprint that is in "not started" status to begin the sprint cycle.
- Retrieve all work items within a specific sprint or backlog.
- Retrieve complete details of a specific work item by ID, including all metadata and custom fields.
- Create a new work item in a sprint or backlog with full configuration options.
- Update a work item's properties including name, status, priority, assignees, and dates.
- Permanently delete a work item and all its associated comments, attachments, and time logs.
- Move one or more work items to a different sprint, or to a sprint in a different project.
- Retrieve the activity history and change log for a specific work item.
- Retrieve all file attachments associated with a specific work item.
- Remove a specific file attachment from a work item.
- Retrieve all sub-items (child tasks) belonging to a specific parent work item.
- Create a child sub-item under a parent work item to break down work into smaller tasks.
- Update a sub-item's name, status, assignees, priority, or dates.
- Permanently delete a sub-item from a work item.
- Retrieve all item types configured for a project, including type IDs and names.
- Retrieve all priority types configured for a project, including priority IDs and names.
- Retrieve the backlog ID for a project, required for all backlog item operations.
- Retrieve all work items in the project backlog that are not yet assigned to a sprint.
- Retrieve complete details of a specific backlog item by its ID.
- Create a new work item directly in the project backlog for future sprint planning.
- Update properties of a backlog item including name, priority, description, or assignee.
- Permanently delete a backlog item and all its associated data.
- Move one or more backlog items into a specific sprint during sprint planning.
- Move one or more sprint work items back to the project backlog.
- Retrieve all epics in a project with their status, item counts, and completion progress.
- Retrieve detailed information about a specific epic including its linked items and progress.
- Create a new epic to group related work items across multiple sprints under a strategic initiative.
- Update an epic's name, description, owner, color, or archive status.
- Delete an epic, unlinking all associated work items which remain in their sprints.
- Retrieve all work items associated with a specific epic in a sprint or backlog.
- Associate one or more work items with a specific epic in a project.
- Retrieve all release stages configured for a project.
- Retrieve all releases in a project with their status, target dates, and item completion progress.
- Retrieve detailed information about a specific release including linked items and deployment status.
- Create a new release to track a set of features or fixes for delivery to end users.
- Update a release's name, goal, dates, owners, status, or color.
- Delete a release, unlinking all associated work items which remain in their sprints.
- Associate one or more work items with a specific release.
- Retrieve all comments on a specific work item in chronological order.
- Add a new comment to a work item to provide updates, ask questions, or document decisions.
- Edit the content of an existing comment on a work item.
- Permanently remove a comment from a work item.
- Retrieve all users in a workspace with pagination. Applicable only for admins.
- Add one or more users to a workspace with assigned roles and profiles.
- Update the workspace role assigned to a specific user.
- Remove a specific user from the workspace, revoking all their access.
- Retrieve all work item statuses configured for a specific project.
- Create a new work item status for a project workflow.
- Rename an existing work item status in a project.
- Delete a custom work item status from a project's workflow.
- Retrieve all custom tags in a workspace for categorizing and filtering work items.
- Create a new custom tag to categorize and group work items in a workspace.
- Update a custom tag's name and color in a workspace.
- Delete a custom tag from a workspace, removing it from all associated work items.
- Retrieve the list of time logs for a project grouped by date or user.
- Log time spent working on a specific work item with date, duration, and billability.
- Update an existing time log entry to correct duration, date, notes, or approval status.
- Delete a time log entry from a project.
No matching actions