ContributionsMost RecentMost LikesSolutionsRe: Unable to add owner field when imported test case via .csv file Thank you Mister B. Madhu. Re: Unable to add owner field when imported test case via .csv file Hi, Thank you for the response. I got solution for this via REST API , GET call. In fact, to comply with Jira and GDPR changes with Jira Server, the owner field and fields such as Executed by and others, are automatically converted to JIRAUSER<NNNNN> to anonymize user keys and usernames, read more about Jira GDPR changes from here. Knowing this information, in Zephyr Scale, when importing a file, user would need to use the value JIRAUSER<NNNNN> in the Owner field, instead of using the username(s) for example. And this is also applied when exporting data from the UI or fetching data via the REST API as well. Or simply by making a call/request against a user to find the corresponding Jira Key. Re: Unable to add owner field when imported test case via .csv file I don't think it's something related to permissions issue because it's the basic test case file upload via .csv . Anyone who can create test cases will be able to do so. Re: Unable to add owner field when imported test case via .csv file Hi, Thank you for your response. I would like to add test cases via .csv file, in that I have added a column for owner field as well. When I upload the file and match all the columns data. Owner field is not getting updated. Re: Unable to add owner field when imported test case via .csv file Yes . Here is the snapshot Unable to add owner field when imported test case via .csv file What is the format to add owner name in the field. I get the following warning message saying Cannot add value Madhu Pishke to field Owner - Invalid user value. User fields should match the key of an existing Jira user. E.g. "john.doe". What is the correct format to do so? SolvedZephyr Scale integration with Java-Selenium automation framework. Firstly, would like to thank the person who will be answering this question. I have a requirement to integrate Zephyr scale with the JavaSelenium automation framework. Its a Hybrid framework and I execute the scripts using 'TestNG' . If I run the scripts the results/reports should automatically be available in Zephyr scale. What's the approach for this? Should I integrate the framework with CI tool i.e., Jenkins and then to Zephyr Scale? If so, what's the approach? Or else can I integrate the framework directly with Zephyr scale using REST API? If so, what's the approach. Re: How to execute a test case with multiple test data sets and parameters Thank you for your response. Will go through these articles. How to execute a test case with multiple test data sets and parameters If user would like to execute 1 test case with multiple data sets and parameters, how he/she should handle them? And what's the difference between Test data and parameter? I think we are not supposed to use Test data and parameters at a time. What is the best use of both test data and parameters SolvedDo we have option to view the summary of issues created? Do users have option to view the summary of issues created?