Page MenuHomePhabricator

Create new "emerging" tasks from a discussion
Closed, WontfixPublic

Description

We are using Maniphest to discuss certain tasks and problems at different levels.
Sometimes the high-level discussion in one task starts to tackle details, which really should be discussed in one or more separate tasks, especially if the original task's function was to get an overview over a certain topic, and the details concern a different set of people.

What we do now is basically:

  1. stop the discussion
  2. create one or more new tasks
  3. insert a reference to the comment that prompted the task, and re-word the problem in the new task's description
  4. hit the quote button in the old task's relevant comment and copy over the quote text in a comment in the new task

The new tasks aren't really subtasks, since the original issue is usually sufficiently talked about, and the new tasks or issues are not blocking the original task.

I could imagine a field akin to "blocking tasks", but something like "emerging tasks". An there could be a mechanism to create such a task from a specific comment, for example.

The other alternative would be re-purposing the task, but then the context of the original high-level discussion is lost.

Event Timeline

timor raised the priority of this task from to Needs Triage.
timor updated the task description. (Show Details)
timor added a project: Maniphest.
timor added a subscriber: timor.

I don't think we have interest in upstreaming additional relationship 'types', I don't recall that there has been much interest. We'll likely build T4036 at some point which should negate most of what I think you're looking to solve.

epriestley claimed this task.

Yeah, we don't plan to implement this specifically. Some tasks which might give you some more tools to deal with this kind of situation:

  • T4036 will add a weak, generic relationship between objects when one object is mentioned in the discussion of another object.
  • T4207 may add subtasks, as distinct from blocking tasks.
  • T5364 will add some sort of chatrooms, and may cover some flavor of object chatrooms (e.g., to hold a discussion about something specific).