Hi,
I am trying JQL "development[commits].all > 2" which is listing all issues having more than 2 commits, now I wants to filter out those issues whose status were "Waiting for Deployment" when more commits against this issuetype were made.
What condition do I need to add here
Thanks