Rally Software

 View Only
  • 1.  Custom Grid with Deep export for Testcases

    Posted May 19, 2020 04:52 PM
    Hi All, I would like to use the custom list with deep export app of rally software. I found the source code on github. Here is the link (https://github.com/RallyCommunity/custom-grid-with-deep-export) However, I would like to use it for Testcase,(instead of userstory), so that I can see the Testcases, can you please help?


    Hardeep


  • 2.  RE: Custom Grid with Deep export for Testcases

    Broadcom Employee
    Posted May 19, 2020 05:01 PM
    Hi @Hardeepsingh Dhaliwal,

    If you want to export testcase, you might want to look at this one:https://github.com/nikantonelli/custom-list-with-export

    ------------------------------
    Nik
    Ask me a question, I'm All Ears!
    Rally Sales Engineer
    Rally Software
    ------------------------------



  • 3.  RE: Custom Grid with Deep export for Testcases

    Posted May 19, 2020 06:50 PM
    Hi Nik,
    Thank you for the link.

    The source code from the custom-list with export, shows a drop down (with options to select:Theme/Epics/Capability/Feature) and based on that the gridboard shows the Feature with the option to view down further the userstories and related testcases and the ability to export. 
    However, I just need a simple view of TestCases (without Feature,Userstory etc.). Do you think commenting out FeatureCollection in the code will work out? Or is there any code available like that?
    So the example that I am explaining, would be the custom list app provided in the catalog, and selecting "Test Case" in Query Type. This gives the results I am looking for, however I cannot get the source code of this custom list app with Query Type as Test Case. Is there a way to generate the source code of custom list app.

    Any help in that direction will be of great help.
    I hope, now you know what I am looking for.

    Thanks
    Hardeep


  • 4.  RE: Custom Grid with Deep export for Testcases

    Broadcom Employee
    Posted May 20, 2020 02:36 AM
    https://github.com/RallyApps/app-catalog/tree/master/src/apps/customlist

    ------------------------------
    Nik
    Ask me a question, I'm All Ears!
    Rally Sales Engineer
    Rally Software
    ------------------------------



  • 5.  RE: Custom Grid with Deep export for Testcases

    Posted May 20, 2020 02:05 PM
    Edited by Hardeepsingh Dhaliwal May 20, 2020 03:37 PM
    Thank you Nik,
    I know this is simple for you, however, I am newbie, so might be asking stupid questions.

    In the https://github.com/nikantonelli/custom-list-with-export there is deploy folder and I can easily use the App.html code from there and see how it is functioning.

    In the https://github.com/RallyApps/app-catalog/tree/master/src/apps/customlist there is the CustomListApp.js Settings.js and Config.json. Looking at the html code from first github, I though that I can incorporate the CustomListApp.js function inside the html, however what should I do with the settings.js and config.json. Do I put them in the html as well? or they are not needed at all?

    Basically I am trying to get Test Cases like this https://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/agile-development-and-management/rally-platform-ca-agile-central/rally/customizing-top/use-apps/app-catalog/my-test-cases.html

    then with this source code I can add my filter criteria.

    Thanks
    Hardeep


  • 6.  RE: Custom Grid with Deep export for Testcases

    Posted May 20, 2020 03:56 PM
    Create a custom page or dashboard widget using the Custom HTML app.

    For the distro on GIT, paste into the html app the contents of app.html or app-uncompressed.html or whatever you find in a particular app's deploy folder.


  • 7.  RE: Custom Grid with Deep export for Testcases
    Best Answer

    Broadcom Employee
    Posted May 20, 2020 04:13 PM
    Hi @Hardeepsingh Dhaliwal,

    The app-catalog that I pointed you to only comes as 'source code' only. It needs to be built. Mitch is correct, but the powers-that-be decided not to post the built apps in the app-catalog.

    What you can do is download the whole app-catalog, install rally-app-builder (https://github.com/RallyApps/rally-app-builder), change directory to the customlist app and run the 'rab build' command.

    I forget where right now, but in one of the threads, I have posted how to make apps. I will see if I can find the reference for you.

    ------------------------------
    Nik
    Ask me a question, I'm All Ears!
    Rally Sales Engineer
    Rally Software
    ------------------------------



  • 8.  RE: Custom Grid with Deep export for Testcases

    Posted May 20, 2020 04:45 PM
    Thank you Nik and Mitch

    You are awesome.

    Yes rally-app-builder build worked for me. 

    I really appreciate.

    Thanks