Page MenuHomePhabricator

Creating task with template should still add you to the CC
Closed, ResolvedPublic

Description

When using a template to create a task the user doesn't get added to the CC. This had led to need info on bugs not being answered because the person filing never gets an email. Is there a way to specify that the template should add the filer to the CC. (Note: the regular "Create Task" flow adds the CC automatically.

Event Timeline

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

This has an edge case interaction with T4100 which suggests the underlying parameter representations should probably at least have human-readable variants, e.g. cc=projects(@epriestley) instead of cc=projects(PHID-USER-dsflknasdflkn). This would maybe be cc=self().

I shot up a diff for the idea that maybe we should just always include the user in this case.

Yeah, I think that's reasonable. We could add some noselfcc flag if anyone really doesn't want that behavior.

btrahan claimed this task.

Calling this one resolved and moved feature ideas for T4100 into T4100 via a comment.