The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Help needed for EyeQL query

Jagadish Nair
December 16, 2013

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 all these . But i want to get all the data specified in Code Metrics Report by querying so that i can use the values in my script using API.

Please let me know how to form the query to get above one.

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Jagadish Nair
December 26, 2013

Top Committers by revision can be obtained by using following query:

select revisions from dir "<path to branch>" where author in '(<list of authors>)' return author,path"

The result may include both directory path and file path for an author .Remove the directory path using scripts and the count of path contains filename will give you the count of revision created by that particular author.

Top committers by commit can be obtained by

select revisions from dir "/branches/mybranch" where author in '(xx,yy,zz)' group by changeset return author,revision

TAGS
AUG Leaders

Atlassian Community Events