Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 21:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi everyone,
I am trying to find a way to obtain a list of stories that have not been covered with test cases. We are using TM4J as a test management tool at the moment. I wonder if I can perform such a search with JQL or which plugin shall I use to reach such a result.
Hi Sofiia,
I understand that you are using the TM4J plugin and are looking for a means to identify issues in Jira that do not yet have test cases for them. I found that the Adaptavist documentation on this topic over in Advanced searching with JQL functions does explain this. From that page:
- project = MGS and issue in hasTestCoverage()
- project = MGS and issue not in hasTestCoverage()
The first query returns all the issues in the MGS project that has test cases, while the second returns all the issues in that project without. As such you could probably just tweak this a bit to something like
in order to return all the story type issues in that specific project that are yet to have any test coverage for them.
I hope that helps.
Andy
I have TM4J Cloud version and the Jira JQL Language doesn't recognize the hasTestCoverage() function
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please accept my apologies for an answer that doesn't actually apply in this case, you are correct. It seems that this plugin in the server version has these JQL functions, but these do not currently exist in the Cloud add-on. My bad.
It might be worth trying to reach out to the Adaptavist support portal to make a request for this feature there. I can't seem to find any way to do this in the Cloud version today, but at least this way you can make a request to see if there exist some workaround or feature request that might help here.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.