0

Is it possible to select (return) branch name with EyeQL? Something like:

select revisions where ... order by date desc return revision,author,csid,branch

Because as I see, "branch" is unknown field in EyeQL...

RandomB
  • 3,367
  • 19
  • 30
  • It seems like 'branch' keyword is not possible. Here's a list of supported selectors: https://confluence.atlassian.com/fisheye/eyeql-reference-guide-298976796.html. I think it's caused that Fisheye considers commit on a branch when a branch contains it (git branch --contains ), so commit can have multiple branches. – grzlew Aug 23 '17 at 08:11
  • @grzlew seems that you are right. Interesting is that branch field is available in " on " statement of QL expression. But is not possible to be selected. – RandomB Aug 23 '17 at 16:05

0 Answers0