Hello,
We use the Zephyr for JIRA Cloud to manage test cases. But the query is not good enough. So I'm looking help from the Script Runner.
We have a JIRA project called "MANAGE".
We have several test cycles (like option for a custom field) for this project.
We have about 1400 TEST (issues) in this project.
We have a JIRA checkbox custom field called "Automated".
We have about 459 TEST which are with the value "Automated" in the custom field "Automated".
Now we want to figure out, how many TEST not Automated in test cycle "Manage 4.3 RMT 1"?
E.g.
project = "MANAGE" AND issuetype = Test AND Automated = "Automated" and
cycleName = "Manage 4.3 RMT 1"
This query does not work, because:
1. by the normal JIRA search function, can search custom field but could NOT search "Cycle Name"
2. by the Search TEST page, , can search custom field but could NOT search "Cycle Name"
3. by the Search TEST Execution page, , can NOT search custom field but could search "Cycle Nam"
In this case, how can Script Runner query out issues against both the custom field "cyclename" and "Automated"?
Appreciate any help on this!
Thanks,
Darren
Hi Darren,
You can try inputting the custom field ID instead of the name in the Advanced search like
cf[100XX] i= "Manage 4.3 RMT 1"
Hum,
The "Cycle Name", "Test Executions" fields are from the plugn Zephyr for Cloud, and these custom fields are not managed in the usual Custom Fields section. So could not find out the custom field ID.
And seems the native JIRA Advanced search does not support the fields from Zephyr.
What a pity.
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.