Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Can you order an advanced search by something other than "date"

John
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 2, 2013

I'm currently trying to return unique files, counting how many times the file changed. However, I want to order by the file changes decending (Most changes to a particular file at the "top" of the report). This query will give us greater insight on problem areas/code within our code base.

The current query looks something like this, but it fails to parse anything other than "order by date." Would love to be able to order by count(revisions). Is it possible?

Thanks

Sample Query:

select revisions from dir "<some dir path>"

order by date desc

group by file

return path,

count(revisions) as "Total Fixes",

sum(linesAdded) as "Lines Added",

sum(linesRemoved) as "Lines Removed"

1 answer

1 accepted

0 votes
Answer accepted
Bhushan Nagaraj
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 2, 2013

Hi John,

In EyeQL, "order by date" is a defined query. You cannot change it to "order by revisions" or anything else.

So the answer to your question would be No you cannot.

You might want to create a New Feature request at https://jira.atlassian.com/browse/FE

John
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
May 7, 2013

Thanks for the quick response.

Do you know if any other integrated way (i.e. REST sdk or "report builder") that would allow my to customize the queries a little futher to suit what I'm trying to do?

Bhushan Nagaraj
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
May 7, 2013

Can you tell me more about what exactly you are trying to do? Yes you have a lot of options.

1. Work directly on the database and generate reports

2. Use Report Builder to connect to the database

3. Write your own plugin refer https://developer.atlassian.com/display/FECRUDEV/Plugin+Module+Types

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events