Rally Software

 View Only
  • 1.  Custom field - multi value - export & compare

    Posted Oct 08, 2018 05:24 PM

    I have a couple custom fields that are multi value, with a very large number of drop down values. I need to compare those drop down values to find any discrepancies. 

    Is there a way I can do this?  



  • 2.  Re: Custom field - multi value - export & compare
    Best Answer

    Broadcom Employee
    Posted Oct 09, 2018 12:46 AM

    Niveditha,

     

    I think the easiest way would be to retrieve the list of the values of the custom fields by using WSAPI. For example, I have 2 Custom Fields in my User Story type (HierarchicalRequirement in WSAPI) and I can retrieve the list of the allowed values for both of the fields by using the following URL : 

     

    https://rally1.rallydev.com/slm/webservice/v2.0/hierarchicalrequirement/c_1CustomField/allowedvalues 

    https://rally1.rallydev.com/slm/webservice/v2.0/hierarchicalrequirement/c_2CustomField/allowedvalues 

     

    Names of custom fields you can retrieve by going to https://rally1.rallydev.com/slm/doc/webservice/ and checking under the HierarchicalRequirement object.

     

    Having the outputs from the 2 aforementioned URLs you can copy them (with some little editing) to the text files and compare them by using for example Notepad++ Compare plugin or any text comparison tooling which is available for you. I hope that helps. 

     

    Kind Regards,

    Piotr



  • 3.  Re: Custom field - multi value - export & compare

    Posted Oct 09, 2018 09:46 AM

    Hey Piotr,

     

    Thank you very much! This helped.

     

    Regards,

    Niveditha



  • 4.  Re: Custom field - multi value - export & compare

    Broadcom Employee
    Posted Oct 10, 2018 12:14 AM

    Hi Niveditha,

     

    Glad that worked for you ! You're most welcome and have a great day !

     

    Best Regards,

    Piotr