Problem is: somebody pushes changes (Git) into review, and I want to get HEAD Git hash. Currently I used EyeQL query like this rest-service-fe/search-v1/queryAsRows/MyRepository?query=select r...
How to search for a keyword in all files using wild card operator (&) and other operators like AND , OR e.g. I want to search for files where content and file both are present. Somethin...
I am trying to figure out how to do a Fisheye Search for repository. I am trying to get the search to show me all new code added this year in the repository. I am not having any luck with getti...
I want to get Top committers by LOC and churns of code in Fisheye using EyeQL query. How to form query for both?
I need help on writing a query for getting the top committers -by LOC,top commiters by revision,top commiters by commit and LOC by File extension. I know we have Code Metrics Report section gives a...
All the eyeql documentation equates a commit to a revision. However when I compare the results of an eyeql query in the form "select revisions where date in [ 2013-01-01, 2013-09-20 ] return count(r...
Hello, I need help on writing a query for getting the number of Lines of code changed in a given branch (changed, added or deleted) between 2 dates (or tags)
Hi, Any way to report on all Crucible reviews in the last month and the reviewers who are part of each review. And the review status open or losed.
I try to find undeleted directories named .settings: select revisions from dir "/" where (is head and path like "**/.settings" and path like "**/trunk/**") order by date desc group by direct...
I am attempting to get a list of revisions between two tags in a git repository. The EyeQL query I'm using follows: select revisions where on branch "branchname" and between tags ("tag1","tag2"] o...
The following post answers this question one way... http://confluence.atlassian.com/pages/viewpage.action?pageId=255361556 select revisions where (not in any review) But this EyeQL r...
Hi, The fields in EyeQL linesAdded and linesRemoved gives us information which also includes modified line. For example 5 lines are changed (neither added nor removed) by a developer then there i...
Copied to clipboard
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.