Modify

Opened 13 years ago

Closed 11 years ago

#7767 closed enhancement (fixed)

Provide support for multiple independent chains

Reported by: sue.sml2006@… Owned by: Richard Liao
Priority: normal Component: TracTicketChainedFieldsPlugin
Severity: normal Keywords:
Cc: manolowolder, phooper0001@… Trac Release: 0.11

Description (last modified by Ryan J Ollos)

Currently it seems TracTicketChainedFields only supports one field at the top of the chain. It would be nice if we could have multiple independent chains. Perhaps there is a way to hack it, but the following doesn't work today even though it's valid json. Only the second set of chained fields is considered

{
    "tcf_Component": {
        "component1":{
            "tcf_subcomponent":{
                "Sub1":{}
            }
        },
        "component2":{
            "tcf_subcomponent":{
                "Sub2":{}
            }
        },
        "testing":{
            "tcf_Subcomponent":{
                "Sub2":{}
            }
        }
    },
    "tcf_foundinphase": {
        "Unknown":{
            "tcf_feature":{
                "Unknown":{}
            }
        },
        "System Integration":{
            "tcf_feature":{
                "Feature2":{}
            }
        },
        "Unit Test":{
            "tcf_feature":{
                "Feature1":{}
            }
        },
        "System Test":{
            "tcf_feature":{
                "Feature3":{}
            }
        },
        "Customer":{
            "tcf_feature":{
                "Feature1":{}
            }
        }
    }           
}

Attachments (0)

Change History (6)

comment:1 Changed 13 years ago by manolowolder

Cc: manolowolder added; anonymous removed

comment:2 Changed 13 years ago by Ryan J Ollos

Description: modified (diff)

comment:3 Changed 13 years ago by Ryan J Ollos

Description: modified (diff)

comment:4 Changed 12 years ago by anonymous

Is there any news with respecto to this feature?

comment:5 Changed 11 years ago by anonymous

Cc: phooper0001@… added

any progress on this ? I would +1 this feature.

comment:6 Changed 11 years ago by Richard Liao

Resolution: fixed
Status: newclosed

(In [8360]) Fixed #7767

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Richard Liao.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.