I’m customising cards by using a custom card renderer on a cardboard and would like to add a ‘Remove’ button on each card in order to do the same ‘delete’ functionality as provided in the Iteration Status page (i.e move the item to recycle bin).
By inspection, I can see on click the following event is fired when deleting stories from ‘Iteration Status’ page:
onclick=”deleteAR({itemOid:’1234′, name:’Item name’, formattedID:’Item001′, msg:’Are you sure?’}); return false;”
Edit: I’m using JDK 1.3
You should be able to delete in SDK 1.x like so:
We were going to expose this functionality via rally.sdk.data.io.httpDelete and rally.sdk.data.RallyDataSource.delete but never fully tested and released it.