Hi All,
I'm trying to extract from Jira tickets tab those are Zephyr scale issue type. I remember they are usually "Test" issue type. Any idea?
I don't believe the issuetype is fixed by default in Zephyr Scale as it might be in Zephyr Squad. From memory, you can configure the issue type associated with your project to an issue type of your choice. If you don't have a custom/specific issue type to distinguish between Zephyr Scale Issues and other issue types, you could create a custom field (which is what I tend to do) to assist with that job.
By the way, you might want to check out the SmartBear Zephyr Scale community forum here for further user advice (I'm one of the community leaders): Zephyr Scale Questions - SmartBear Community
Regards, Andy
Additional note: if you're on the Server/DC version of Scale, you should be able to do what you need using some Scale JQL commands, but this isn't available as yet with the Cloud version.
Advanced Search With JQL Functions | Zephyr Scale Server/Data Center Documentation (smartbear.com)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Salvatore Scibelli , Welcome to the Atlassian Community!
The issuetype is still the same 'Test'.
To extract the tickets created in this issue type, just issue a query in Jira, something like:
issuetype = "Test"
If you only want test cases for a specific project, your query should look something like this:
project = XXXX AND issuetype = "Test"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Done @Fernando Eugênio da Silvabut query returns only test cases created by Zephyr Squad, not new ones created by Zephyr Scale. I don't know If there is any difference between Squad and Scale. Thanks
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.