I am currently working on a project for Rockwell Collins and we have a csv file of about 10,000 files that need to be reviewed. I am hoping to find a way to attach multiple files to a single review through this csv file. Is there a way to upload the files with this csv?
Hello again,
I guess with a bit of scripting you could go through your CSV, extract file paths and call https://docs.atlassian.com/fisheye-crucible/latest/wadl/crucible.html#rest-service:reviews-v1:id:addFile REST endpoint to add those files to a given review. If you'd like to split the files over several reviews, you could run it in the loop (creating a review if needed by means of https://docs.atlassian.com/fisheye-crucible/latest/wadl/crucible.html#rest-service:reviews-v1).
Best Regards,
Mikołaj Żyromski (Atlassian)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes that is correct. Attaching them all to one review is not required. If it is easier to split it up into 50 reviews each with 200 files that would be fine too.
Thanks,
Rhys
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Rhys,
I'd like to make sure we're on the same page. Are the following assumptions right?
Regards,
Mikołaj Żyromski (Atlassian)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.