Add all the files from a directory to a review in one click. In the "File" tab, this could be as simple as a "select all" based on the current constraint.
A recursive option and a "one click" from fisheye Browse would score bonus points.
Description
Add all the files from a directory to a review in one click. In the "File" tab, this could be as simple as a "select all" based on the current constraint.
A recursive option and a "one click" from fisheye Browse would score bonus points.
You can now bulk add revisions to a review based on any EyeQL search.
E.g. to generate a HEAD review of a directory, you'd need to go to the Manage Files -> Search -> Advanced tab on a Crucible review that you own and enter a query similar to:
select revisions
from dir /projects/fisheye
where is head
Tim Pettersen [Atlassian] added a comment - 02/Dec/07 10:08 PM You can now bulk add revisions to a review based on any EyeQL search.
E.g. to generate a HEAD review of a directory, you'd need to go to the Manage Files -> Search -> Advanced tab on a Crucible review that you own and enter a query similar to:
select revisions
from dir /projects/fisheye
where is head
E.g. to generate a HEAD review of a directory, you'd need to go to the Manage Files -> Search -> Advanced tab on a Crucible review that you own and enter a query similar to:
and then press the Add all xxxxxx revisions link.