Project Management Bulletin: Q1 2025

Project Management Bulletin: Q1 2025



The first quarter of 2025 has flown by! Here at Zoho, we're pausing to appreciate all the goals we've hit so far.

With this momentum in mind, we're excited to share our first edition of the Project Management Bulletin, where we'll discuss highlights from Zoho Projects, Zoho Sprints, Zoho BugTracker, and our newest addition—Zoho Projects Plus. You're invited to join in on the discussion and share your project management stories with us!

Let's jump in.

Idea

Our brand new launch: Zoho Projects Plus

Meet Zoho Projects Plus, a hybrid project management software solution that supports teams using waterfall, agile, or a mix of both. Designed as a comprehensive platform for data-driven insights, it helps you harness the combined power of Zoho Projects, Sprints, Analytics, and WorkDrive. And of course, our in-house AI assistant Zia is always ready to help you work smarter.


Featured videos on Zoho Projects Plus

      

Quote

PM spotlight

Have you ever wished your project tools were more inclusive and accessible for every team member?

We've got it covered! Zoho Projects now includes accessibility options across key features to ensure a more intuitive experience for all users. Read more about accessibility

Key releases this quarter

Zoho Projects rolled out major features this quarter:
  • Power BI integration: Sync your project data with Microsoft's advanced analytics tool. Create dashboards and reports to visualize progress and share them with your project stakeholders.
  • Revamped APIs: We've introduced new additions, sample inputs and responses, and an easy-to-use interface. Access our complete API documentation and read our announcement to learn more.
  • Invitation templates: Set up reusable templates with custom messages to invite portal and client users to your projects.  
View the complete set of updates for this quarter in this announcement.
 
Zoho Sprints had a valuable quarter with a bunch of new releases. Here are the top three features:
  • AI integrations: Connect with Zia, OpenAI, Google AI Studios, Cohere, and Anthropic to simplify your discussions and enhance your technical reviews.
  • Meeting Bridge: A centralized platform for third-party meeting services, this integration provides a list of curated services that meet your unique needs.
  • Layout rules: Customize item layout based on specific conditions and automate field behavior in that layout.
 
We've also introduced weekly logs, data import from Trello, and more. The entire list of updates for this quarter is available in this announcement.
 
 

Solution corner

Our solution expert team creates custom functions on demand to meet your unique requirements. Here’s a curated list of the top five custom solutions developed this quarter.
 
1. Auto-approve pending time logs

One customer needed a way to automatically approve pending time logs during the first week of every month. We built a solution using schedule functions, where custom functions can be executed hourly, daily, weekly, or monthly. The code for achieving this requirement is available in this post about pending time logs.
 
2. Auto-generate an invoice after task completion

We received an interesting request where the customer wanted to automatically generate an invoice once all tasks in a milestone were completed. We created a custom function that connects Zoho Projects and Zoho Books via their APIs to automate the process using task workflow rules. Check out this post about invoice generation to view the script we created.
 
3. Schedule a meeting when a task is created in Zoho Projects

A power user leveraging the integration between Zoho Projects and Zoho Meeting wanted to automatically schedule a meeting upon task creation. The task’s start date and time was used to schedule the meeting, with a default duration of one hour. Refer to this post about meeting scheduling to see how we used task custom functions and workflow rules in Zoho Projects to achieve this.
 
4. Auto-create checklists on task creation

Checklist for Zoho Projects is an extension that lets you create a set of to-do lists for your tasks and issues. One of our customers wanted to add a specific checklist from the template when a new task was created. Here’s the custom function code we created.
 
5. A smart approach to task workflow automation: Preventing infinite loops

We tackled a common issue—infinite loops caused by task workflow rules and custom functions—with a smart solution. Here's a detailed post on the use case, solution, and implementation steps.
 
Alert

Project management meetups

Agile India 2025

We exhibited Zoho Sprints at Agile India 2025, held in Bengaluru from March 25 to 27. It was an ideal platform with thought leaders and agile experts assembling to discuss the current landscape of agile practices and its future. We engaged with a lot of agile enthusiasts and exchanged ideas and perspectives that we could translate into practical solutions. Learn more about Agile India

Upcoming: Zoholics USA (May 13 to 15, 2025)

For the first time ever, Zoho is bringing Zoholics to Houston this May! From expert-led sessions to hands-on workshops, this event is power-packed. You can expect dedicated project management announcements and stalls hosted to communicate, learn, and empower teams with our project management suite. Grab your slots today!

We hope all our new additions and enhancements help you manage your projects faster and smarter. Keep tabs on this space for more round-ups and updates on our suite of project management tools.
 
    • Sticky Posts

    • Project Management Bulletin: Q1 2025

      The first quarter of 2025 has flown by! Here at Zoho, we're pausing to appreciate all the goals we've hit so far. With this momentum in mind, we're excited to share our first edition of the Project Management Bulletin, where we'll discuss highlights from
    • Catch Zoho Projects' New Video Series!

      We have a refreshing update! Zoho Projects' How-To Video series is now live on Zoho Projects' Help page! The video series intends to provide significant information about Zoho Projects' features and solutions that would help users make full use of Zoho
    • Resource Utilisation is now Workload Report

      On behalf of the team, I am thrilled to share a significant transformation in one of our pivotal features – the current 'Resource Utilisation' chart is now reborn as the more versatile and insightful 'Workload Report'! It is not about just the name change.
    • Business Hours, Skip Weekends and Holidays

      After taking the customer requests to heart, I am glad to share with you about the launch of the much requested and awaited feature - Business Hours, Skip Weekend and Holidays. I know this feature is going to be a big one with way it helps you in organizing your work. You can select the preferred business hours, holidays and working days under Date Format & Business Hours settings. The benefits you will enjoy out of this feature are: Customize your holidays Organize your work better Enhanced recurrence
    • Deprecating Support for Authtokens in Zoho Projects

      Dear Users, Authtokens and OAuth are currently used to authorize third-party applications to access Zoho Projects. However, going forward we will not be supporting authtokens. This means that effective 1st December, 2020, you will no longer be able to
      • Recent Topics

      • Collections Management: #5 Convenience on Offer, using Self-Checkout

        "Is this the right page? Oh, now, it wants my address again. Why am I being redirected?" These were the exact thoughts running through Karan's mind as he tried to subscribe to an application he genuinely liked. He clicked "Buy Now", expecting a quick
      • Uploading a signed template from Sign to Creator

        Good day, Please help me on how to load a signed document back into Creator after the process has been completed in Sign. Below is the code that I am trying, pdfFile = response.toFile("SignedDocument_4901354000000372029.pdf"); info pdfFile; // Attach
      • PROBLEMA

        Salve, non riesco a inviare email, e mi esce una tabela errore temporaneo. come posso risolvere il problema ?
      • Tip #50- A Closer Look at the Unattended Access Dashboard- 'Insider Insights'

        Having complete visibility and quick access to everything you need certainly makes managing multiple remote devices a lot easier, and that is precisely what the Unattended Access Dashboard in Zoho Assist is designed to offer. Once you go to the Unattended
      • How to update custom multi-user field in Zoho Projects?

        I'm trying to update custom multi-user fields in Zoho Projects via a Deluge function in CRM. The code I have so far is below. It works for updating standard project fields and single-line custom fields, but it does not work to update multi-user fields.
      • Tip of the Week #75– Manage your social media messages from a single shared inbox.

        Are you tired of jumping between apps or browser tabs to reply to your business's Facebook and Instagram DMs? Handling customer messages on social media might seem simple, but switching between multiple platforms can easily lead to lost messages, duplicate
      • Zoho Map integration tasks have changed - you need to "Locate all instances of Zoho Map integration tasks in your Deluge scripts by searching for the v1 marker... before 16 January 2026"

        The Zoho Map deluge integration task has been changed (as at 21 October 2025) to provide a more structured, JSON-like response. This change affects all three Zoho Map integration tasks (Geocode, Reverse Geocode, and Distance Between). More details can
      • Using files from Zoho CRM in Gemini/ChatGPT/Claude

        Hi all, I’ve got subscriptions to Gemini and a few other AI tools which I use for tasks like data enrichment, email composition, etc. In our workflow, we often receive various documents from clients — such as process workflows, BRDs/requirement documents
      • Zoho Analytics & Zoho Creator - Modified Time value

        I'm trying to use the Zoho Creator system field 'modified time' in Zoho Analytics, but it's consistently showing 12 hours 'out' In Zoho Creator In Zoho Analytics Is this a constant difference that I just need to correct with a timezone change - or is
      • Zoho CRM - Option to create Follow-Up Task

        When completing a Zoho CRM Task, it would be very helpful if there was an option to "Complete and Create Follow-Up Task" in the pop-up which appears. It could clone the task you are closing and then show it on the screen in edit mode, all the user would
      • Portal For Different Apps

        I found some older threads on this but didn't see anything very recent. I'm new to Zoho One so forgive me if my terminology is off a bit. I was hoping set up a single point of entry into Zoho One. So, many of the apps could be found in one single place
      • Calls undetected

        Zoho Voice records indicate my last call ended at 6:00 PM. All incoming and outgoing calls occurred between 6:00 PM and 7:00 PM.
      • Unable to Select Authenticated Domain as Sender

        We’ve already authenticated our domain, but it’s still not appearing in the sender list when we try to run a campaign. Could you please check what might be causing this issue?
      • Forever FREE Business Email with Zoho Mail

        Forever FREE Business Email with Zoho Mail: is it available?
      • Zoho Projects - Project Details on the Project Menu

        Hi Project's team, I've helped may businesses setup and use Zoho Project and one thing I see time and time again is confusion on where to find the Project Details information. I would be much more intuitive if Project Details was on the menu before Dashboard.
      • Introducing WhatsApp integration in Bigin

        Greetings! In today's business landscape, messaging apps play a significant role in customer operations. Customers can engage with businesses, seek support, ask questions, receive personalized recommendations, read reviews, and even make purchases—all
      • Zia Conversation Summary: Context at a glance for every customer interaction

        Hello everyone! Every customer conversation tells a story—but in CRM, that story is rarely in one place. A sales rep moving between multiple leads has to reopen long email threads, check call remarks, and revisit meeting notes just to remember what was
      • Zoho Projects - Show Task List as dropdown field on Task records

        Hi Project's Team, I noticed today that there is no field on a task record related to the task list it belongs to. A dropdown would be helpful for quickly moving tasks between lists while in a task. I know that you can go to "Other Actions" and choose
      • Changing the Default Search Criteria for Finding Duplicates

        Hey everyone, is it possible to adjust the default search criteria for finding and merging duplicate records? Right now, CRM uses some (in my opinion nonsensical) fields as search criteria for duplicate records which do nothing except dilute the results.
      • My followed tickets extension is not working under the All departments view

        Hi. I've installed the My followed tickets extension. However, when I try to open the extension under the all departments view, I get the following message: 'Sorry, this extension is not supported in the All Departments view.' How can I solve this p
      • Ticket Time Entry to Timesheet

        The title just about sums it up. I have searched here and not found anything relevant, but If I overlooked, then please set me straight.  We have staff that do nothing but close tickets in desk all day long. These tickets represent their timesheet. Is there a way to have this information sync or for a tech to go into their timesheet themselves and sync it with their tickets of the same timeframe?? We waste a ton of time doing timesheets and the old "Clock in/Clock out" isnt detailed enough for us!!
      • Calls undetected.

        The call is not showing on the call log.
      • Calls undetected

        Zoho is not reading calls made.
      • Multi-currency and Products

        One of the main reasons I have gone down the Zoho route is because I need multi-currency support.  However, I find that products can only be priced in the home currency, We sell to the US and UK.  However, we maintain different price lists for each. 
      • Archiving Contacts

        How do I archive a list of contacts, or individual contacts?
      • Missing information data Zoho inventory

        there some missing data in Zoho inventory connection. pick list stock counts bin location we have requested it via mail and the support team doesn’t gove feedback. has anyone achieve to get these info or to ask other ya les
      • Calendar Events Issues

        Not able to view scheduled events on my calendar
      • Extensions 101 webinar series: Build, integrate, and monetize with extensions

        Attention developers! Are you ready to take your extension development skills to the next level? We're excited to bring back the Extensions 101 webinar series with an expanded lineup of Zoho products and an introduction to more platform features. Last
      • Custom Related List Inside Zoho Books

        Hello, We can create the Related list inside the zoho books by the deluge code, I am sharing the reference code Please have a look may be it will help you. //..........Get Org Details organizationID = organization.get("organization_id"); Recordid = cm_g_a_data.get("module_record_id");
      • Where are recordings stored?

        I have hosted a couple of test meeting, used the "record" button to start and stop the recording but I am unable to find where are those recordings saved?  Can anybody help? Thanks
      • Zoho Desk's integration with Microsoft PowerBI delivers advanced analytics insights

        Hello everyone, Gaining advanced insights through reports and dashboards is one of the critical requirements of every business. In addition to key metrics tracked in Zoho Desk, such as agent performance, SLA adherence, and ticket lifecycle, businesses
      • Create static subforms in Zoho CRM: streamline data entry with pre-defined values

        Last modified on (9 July, 2025): This feature was available in early access and is currently being rolled out to customers in phases. Currently available for users in the the AU, CA, and SA DCs. It will be enabled for the remaining DCs in the next couple
      • IMAP error message in Zoho mail

        I cannot send emails today. Everything fine for years until today. Get a message: "You are yet to enable IMAP for your account. Please contact your administrator". Does anyone know how to correct this?
      • Enhancements to Zoho Map integration tasks

        Hello everyone, We're excited to announce enhancements to the Zoho Map integration tasks in Deluge, which will boost its performance. This post will walk you through the upcoming changes, explain why we're making them, and detail the steps you need to
      • IMAP stopped working today

        Hello! I've been a paid customer for more than 10 years, IMAP was always working fine. But today this is the error I've got on my iPhone: I've tried toggling the IMAP for my account (Mail -> Settings -> Mail accounts) off and on again, but that did not
      • Are custom portals accessible on the Zoho learn smartphone app?

        In other words, can users external to my organisation, once signed up, use the app in the same way as internal users? Thanks
      • Zoho Books/Inventory - Update Marketplace Sales Order via API

        Hi everyone, Does anyone know if there is a way to update Sales Orders created from a marketplace intigration (Shopify in this case) via API? I'm trying to cover a scenario where an order is changed on the Shopify end and the changes must be reflected
      • Conditional Layouts On Multi Select Field

        How we can use Conditional Layouts On Multi Select Field field? Please help.
      • Multiple columns in a form

        I am evaluating Zoho Creator. However, I am seeing almost no layout control on a form.  Just a basic 1 or 2 column format that is then imposed on the entire form.  That's not going to work for many, many real world cases. We need multiple columns per line, and we need each line/section to occupy a single column or be able to span the columns.   Someone please tell me that I'm missing something and the capability is actually there.  
      • Global search

        Hi! I think it would be great to have a global search that would give you results from all records of a database, no only for a single field of a single form as we have now. Thanks!
      • Next Page