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.
Description
Description
Event Timeline
Comment Actions
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.
Comment Actions
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.