Ticket #7767 (closed enhancement: fixed)

Opened 3 years ago

Last modified 4 months ago

Provide support for multiple independent chains

Reported by: sue.sml2006@gmail.com Assigned to: richard
Priority: normal Component: TracTicketChainedFieldsPlugin
Severity: normal Keywords:
Cc: manolowolder, phooper0001@yahoo.com Trac Release: 0.11

Description (Last modified by rjollos)

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

Change History

12/29/10 15:34:14 changed by manolowolder

  • cc set to manolowolder.

01/21/11 00:32:51 changed by rjollos

  • description changed.

01/21/11 00:38:28 changed by rjollos

  • description changed.

02/23/12 15:05:27 changed by anonymous

Is there any news with respecto to this feature?

02/04/13 11:37:05 changed by anonymous

  • cc changed from manolowolder to manolowolder, phooper0001@yahoo.com.

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

02/05/13 02:49:27 changed by richard

  • status changed from new to closed.
  • resolution set to fixed.

(In [8360]) Fixed #7767


Add/Change #7767 (Provide support for multiple independent chains)




Change Properties
Action