I have the following JQL written but it is returning issues that were blocking tests but are now resolved.....to be more clear...the issues listed in "is blocked by" for each test include issues that are been resolved. I need to exclude these
issuetype = Test AND project = "BSS-Cerillion UAT Testing" AND issueLinkType in ("is blocked by") AND status != Resolved
I was just informed by our administrator that ScriptRunner for JIRA has been installed....maybe that will help. Ill start reviewing ScriptRunner syntax
Hi Mark,
Try this: issuetype = Test AND project = "BSS-Cerillion UAT Testing" AND (issueLinkType in ("is blocked by") AND status != Resolved)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
thanks for trying John....its still pulling linked issues that are resolved.
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.
The issueLinkType clause looks at the type of link, it does not consider the issue on the other end of the link. Is that what you think is wrong with your results? It's not looking at the other end of the link?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Possibly...its been so long since I have used JQL. 3 years. It does appear that it is ignoring the status of the linked issue that is blocking the test.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.