How do I show all changesets which do not have reviews?
Example EyeQL Queries
- How do find changes made to a branch after a given tag?
- How do I filter results?
- How do I find changes between two versions, showing separate histories?
- How do I find changes made between two version numbers?
- How do I find commits without comments?
- How do I find files on a branch, excluding deleted files?
- How do I find files removed from a given branch?
- How do I find revisions made by one author between versions?
- How do I select the most recent revisions in a given branch?
- How do I show all changesets which do not have reviews?
On this page
Related content
- EyeQL reference guide
- Viewing the commit graph for a repository
- Viewing file content
- FishEye 2.9 upgrade guide
- How do I find commits without comments?
- Viewing the changelog
- How do I find files on a branch, excluding deleted files?
- How do I find changes between two versions, showing separate histories?
- How do I find revisions made by one author between versions?
- How do find changes made to a branch after a given tag?
The following query will return any changesets that have not been reviewed.
select revisions where (not in any review)
Last modified on Oct 25, 2018
Related content
- EyeQL reference guide
- Viewing the commit graph for a repository
- Viewing file content
- FishEye 2.9 upgrade guide
- How do I find commits without comments?
- Viewing the changelog
- How do I find files on a branch, excluding deleted files?
- How do I find changes between two versions, showing separate histories?
- How do I find revisions made by one author between versions?
- How do find changes made to a branch after a given tag?
Powered by Confluence and Scroll Viewport.