Page MenuHomePhabricator

Harbormaster AutoClose
Closed, WontfixPublic

Description

Most of times we need to close a task after the first build generated which includes the commit code that has the fix/implementation of the task and not the commit itself. I guess it would be a good feature to to have an option for AutoClose to close a task after the build successfully generated with a link to the build in the task and maybe link to other task that builds affected them.

Event Timeline

mhosseini updated the task description. (Show Details)
mhosseini added projects: Harbormaster, Maniphest.
mhosseini added a subscriber: mhosseini.

This requires some changes to infrastructure because we'd need to track per commit whether auto close has fired for it. After that, implementing a build step that looks at the current commit buildable and all of its parents that auto close hasn't fired for,and then process them. Then the user would turn off autoclose at the repository level.

eadler added a project: Restricted Project.Aug 5 2016, 4:54 PM
epriestley claimed this task.
epriestley added a subscriber: epriestley.

The build itself can do this over Conduit. Although it's possible we'll support things like this some day, I think this is currently too niche and disconnected from other application behavior to pursue in the upstream.