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;
Thank you Marc, so it mean no way to extract just Manual tests
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Currently it seems that this is not possible.
You could reach out to Xray via their support, if you can join the closed Beta or see when this will be possible in Cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
issuetype "10047" is returns Tests work items.
when i type test in jql automatically testType is an option also after = shows Manual,Generic
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.
using testType automatically shows the Manual,Generic options but in query returns a few Generic tests
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.
yes i am using x-ray, when i type testType= the Manual,Generic will be appear to select, when i select Manual it will also show a few generic tests
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.