Quite novice at JIRA here, trying out JQL I found out that you can queries fields from the development panel. As an example you could query all issues with commits:
project = XXX AND issue.property[development].commits > 0
I'm looking for all issues with an active branch, is there an attribute that would help me, or better yet, where can I find the list of available attributes for issue.property[development]