Skip to Main Content

Share your product feedback

Status Future consideration
Categories Features
Created by Joe Galanti
Created on May 27, 2020

Feature List - Ability to add a column indicating number of uncompleted to-do's

In the feature list I want to be able to see all features with a certain status and where there are no to-do/approvals pending for that feature, so that I can bulk edit those features.

  • Attach files
      Drop here to upload
    • Phil Warden
      Reply
      |
      May 27, 2020

      You should be able to do this with a Custom Worksheet formula field on the Feature.

      count(self.features[self.status == “Shipped”])

      The limitation is counting the To-Dos/Approvals but this should get you most of the way there.