Deep Export app not properly exporting children of Theme portfolio item
search cancel

Deep Export app not properly exporting children of Theme portfolio item

book

Article ID: 273139

calendar_today

Updated On:

Products

CA Agile Central SaaS (Rally)

Issue/Introduction

We are facing an issue with the Deep Export Community App.  When trying to export, it only exports the Theme, none of the underlying work (Children). 

 

Please Note: that this is a Community App and is therefore not supported by Rally.  It is provided as-is available to used and modified for your own purposes.

Cause

The code limits "childCountTarget = 200;".

 

Resolution

Please Note: that this is a Community App and is therefore not supported by Rally.  It is provided as-is available to used and modified for your own purposes.

 

That being said, if you copy and paste the code from the link below into a Custom HTML App - assuming that your subscription allows Custom HTML to be used.  Then update the value of "childCountTarget" to 300, or a value larger than the number of children in your Theme, the app will now deep export your portfolio item.

https://github.com/RallyCommunity/custom-grid-with-deep-export/blob/master/deploy/App.txt