JQL: Find open issues with master branch commits

Peter Kahn February 28, 2019

How can I find all open issues with commits on master?

 

I can find all Open issues with commits anywhere like so

resolution = Unresolved and development[commits].all > 0

I don't know how to move from .all to .master or .branch=master

 

Anyone know how to do this?

 

Thanks

 

Peter

 

1 answer

1 accepted

0 votes
Answer accepted
Earl McCutcheon
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 1, 2019

Hi Peter,

There is a bit of a gap in the documentation currently:

And the Doc update is being tracked at the following request that contains details on the additional functionality, and available query options missing from the main doc:

But currently there is not an option to distinguish repo details, and we have the following feature request tracking interest in this at the following links:

Regards,
Earl

Peter Kahn March 3, 2019

Thanks Earl.  I hope what I can't do with JQL, I can do with workflow conditions and validations.  Provided I can know an issue cannot get into a state with in open pr or a master branch commit then I can achieve roughly the same goal.

 

Peter

Like # people like this

Suggest an answer

Log in or Sign up to answer