I am using the below JQL query to fetch all the testcases of a project in jira. But it isn't giving me the data present in "Test Execution" and "Test Details" fields.
How to get those two missing details?
query = {
'jql': f' project ={projectKey} AND issuetype = "Test"'
}
testcases = self.jira.jql(query['jql'],limit=9000)
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.