Hello,

I am using Bugzilla 4.0.1 with the default Bug Workflow. And I applied the 
patch scmbug_bugzilla_custom_status_workflow.patch from 
http://www.mail-archive.com/scmbug-users@lists.mkgnu.net/msg02681.html. I also 
add the bug_status-map configuration to the daemon.conf. The Bug Workflow in my 
Bugzilla is the same as the one in the bug_status-map configuration. I didn´t 
change anything in the resolution template part. But if I tried to commit with 
status 9: resolved fixed I get the error message: Scmbug error 7: Resolving bug 
'9' from state 'IN_PROGRESS' to state 'resolved'
would violate the workflow of the bug-tracker. Instead, the resolution could be 
changed to the . I have tried all possible bug status in my workflow it is not 
working. Is there something else to change before I can use the Bugzilla 4 
Workflow?



Best Regards,

Afi Ahoefa Amouzou
FTS TSP DCS R&D QA1

FUJITSU
Fujitsu Technology Solutions GmbH
Bürgermeister Ulrich Straße 100
86199 Augsburg Deutschland
Tel: +49 821 804-1402
Email: afi.amou...@ts.fujitsu.com<mailto:numan.goc...@ts.fujitsu.com>
Web: ts.fujitsu.com
Company Info: de.ts.fujitsu.com/imprint<http://de.ts.fujitsu.com/imprint.html>



 bugtracker => {
 .....
 },

# Bug status map.
        # Will be dynamically refined to align with Bugzilla when version is >= 
3.2
        # (i.e. invalid states and transitions will be removed, 
possible_resolutions
        # list will be recalculated).
        #
        # verify_is_owner only applies when moving to open status (i.e. 
accepting bug)
        # and is enforced even when glue owner policy is disabled
        bug_status_map => {
                "CONFIRMED" => {
                        name => "CONFIRMED",
                        active => 1,
                        accepts_data_as_resolution => 1,
                        possible_resolution_states => [ "CONFIRMED", 
"IN_PROGRESS", "RESOLVED" ],
                        possible_resolutions => [ ] },
                "IN_PROGRESS" => {
                        name => "IN_PROGRESS",
                        active => 1,
                        accepts_data_as_resolution => 0,
                        verify_is_owner => 1,
                        possible_resolution_states => [ "CONFIRMED", "RESOLVED" 
],
                        possible_resolutions => [ ] },
                "RESOLVED" => {
                        name => "RESOLVED",
                        active => 0,
                        accepts_data_as_resolution => 0,
                        possible_resolution_states => [ "CONFIRMED", "VERIFIED" 
],
                        accepts_resolution => 1,
                        possible_resolutions => [
                                        "FIXED",
                                        "INVALID",
                                        "WONTFIX",
                                        "LATER",
                                        "REMIND",
                                        "DUPLICATE",
                                        "WORKSFORME" ] },
                "VERIFIED" => {
                        name => "VERIFIED",
                        active => 0,
                        accepts_data_as_resolution => 0,
                        possible_resolution_states => [ "RESOLVED", "CONFIRMED" 
],
                        accepts_resolution => 1,
                        possible_resolutions => [
                                        "FIXED",
                                        "INVALID",
                                        "WONTFIX",
                                        "LATER",
                                        "REMIND",
                                        "DUPLICATE",
                                        "WORKSFORME" ] }
        },
_______________________________________________
scmbug-users mailing list
scmbug-users@lists.mkgnu.net
http://lists.mkgnu.net/cgi-bin/mailman/listinfo/scmbug-users

Reply via email to