Comment 15 for bug 548824

Revision history for this message
Martin Pitt (pitti) wrote : Re: createBug should take an optional blob ticket

Bryce,

ah, I noticed the new temporary_blob stuff in the "devel" API. However, I'm not yet sure how to use this. Say I have a blob ID 54321 which I got from the +storeblob page. Now I call createBug() etc. to get a new Bug() object, and set the user-visible description. I still fail to see where I would specify the 54321 ID during bug creation: getProcessedData() seems to give me the data from the blob, but what I'd like to test and get is the behaviour of the web UI +filebug/54321, which attaches the blob data to the newly created bug.

I guess I could do that manually with adding stuff to the description and attachments, but first that's part of what I want to test in LP instead of replicate on my side, and second this logic must already be in LP since it works for the web ui.