First of all, very good job to the phpBugTracker team !!!
I'm using 0.9.1 release.
I'm looking for informations about fields BUG_* in the configuration options page (admin/configure.php).
I have supposed that the bug status will automatically changed from some updates to garantee synchronization between bug attributes. But i can't see any automatic changes about the bug's status !
For instance, switch bug status to 'resolved' if the resolution have been set and ...
Thanks for your help !
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
No, switching to resolved doesn't automatically happen (though that's not a bad idea). The BUG_* vars are used for determining what to display in the open/closed personal bug links in the nav bar, and for automatically switching from _UNCONFIRMED to _PROMOTED if you are using votes.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello !
First of all, very good job to the phpBugTracker team !!!
I'm using 0.9.1 release.
I'm looking for informations about fields BUG_* in the configuration options page (admin/configure.php).
I have supposed that the bug status will automatically changed from some updates to garantee synchronization between bug attributes. But i can't see any automatic changes about the bug's status !
For instance, switch bug status to 'resolved' if the resolution have been set and ...
Thanks for your help !
No, switching to resolved doesn't automatically happen (though that's not a bad idea). The BUG_* vars are used for determining what to display in the open/closed personal bug links in the nav bar, and for automatically switching from _UNCONFIRMED to _PROMOTED if you are using votes.
Thx a lot !