The Community will be undergoing maintenance from Friday February 21 - Friday, February 29 and will be "read only" during this time. To learn more, check out our Announcements blog post.
I’m trying to design a tasks table that allows tasks to specify what tasks are blocking them, and then calculates a priority score based on this. So, ideally:
Each task has a “Link to” type field that links to all tasks currently blocking it.Each tas...