I try to use the following filter to extract all Manual tests, but it also returns some Generic, whats the issue and how can i have just manual tests.
project=XXXX and issuetype in (10047) and testType in (Manual)
It seems you are using Xray.
The JQL you are providing only works in an on-premise self installed Jira version.
Xray in Cloud has much more limited JQL options, the only JQL you can execute can be found in the Xray documentation here;
I see also Xray is busy developing this for Cloud, but it's in a closed beta, see;
Hi @Moori Bakhtiari and welcome!
Just a few question to clarify your problem.
Not all issuetypes that are created via test plugins are searchable via JQL some need plugin specific syntax (like ZQL for Zephyr)
You should get help via the JQL autocomplete for the "TestType" field if it is a dropdown it should look something like "TestType"[Dropdown].
Let me know if this helps!
Best regards,
/Staffan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi
Without seeing the exact incident information, it's difficult, but perhaps try using TestType = "Manual" and make sure the generic ones are properly labeled
Regards
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey @Moori Bakhtiari ,
Question - Are you using some test management marketplace app (like Zephyr or Xray)?
Also, is "testType" a field or some kind of a function? If it's a JQL function, it's definitely not a native one. 👀
Cheers,
Tobi
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.