We often push in-progress or temporary branches to origin when collaborating on a feature but before it's ready to be landed, and we prevent that process from accidentally closing diffs and issues by setting master to be the only autoclose branch on our repositories. It'd be great if the auditing feature on packages respected that setting.
Description
Description
Event Timeline
Comment Actions
+1 on this.
I tried adding owners/auditing to our company's install, but many of our employees push topic branches into origin as part of their workflow. The workaround I found was to only track master, so Diffusion only knows about certain branches, but that is a really blunt tool, and is set at the repository level rather than the owners/package level.
I'm not certain that you'd want to reuse the autoclose branches setting for this... but it should be settable somehow.
Comment Actions
This was effectively resolved in 2019 Week 17 (Very Late April). Now, only ancestors of "Permanent Refs" trigger any publishing behavior (audits, notifications, feed, etc).