Roundup Tracker - Issues

Message5718

Author rouilj
Recipients anthonybaxter, richard, rouilj
Date 2016-07-02.21:47:27
Message-id <1467496047.37.0.733061454795.issue696302@psf.upfronthosting.co.za>
In-reply-to
While I feel your pain Anthony, I doubt this is going to happen.
I am closing it as won't fix.

If I had to do this, I would probably use the roundup_admin interface
to dump with the -d and -S , options so I could get:

   % for issue in `roundup_admin.py -i demo -s -d list issue`; do
         for users in `roundup_admin.py -i demo -s -d get assignedto
issue$i`
         roundup_admin.py -i demo > /dev/null || echo $user is missing

etc.

Also I am not sure if an export would help there may be errors reported
as a result of that that will let you discover missing links.
History
Date User Action Args
2016-07-02 21:47:27rouiljsetmessageid: <1467496047.37.0.733061454795.issue696302@psf.upfronthosting.co.za>
2016-07-02 21:47:27rouiljsetrecipients: + rouilj, richard, anthonybaxter
2016-07-02 21:47:27rouiljlinkissue696302 messages
2016-07-02 21:47:27rouiljcreate