ContributionsMost RecentMost LikesSolutionsI can't create a test case from the UI, when I have Create Test Case permission. 1. As a Project Lead, I assign User1 permissions to Create Test Case via Settings>Zephyr Scale>Permissions>Test Cases> Create. 2. As User1, I click Tests>+New> and create my test case But the problem is the Save button is greyed out. It does not un-grey unless I have Edit Test permission. Re: I can't create a test case from the UI, when I have Create Test Case permission. delete Re: how to create and use test library There's no real good way to have a master test run copied across multiple projects within Zephyr Scale. I wrote an app to copy test runs using the API. Can't share the source, but here's an idea of what it looks like. In my system, it create a Jira issue. The Jira issue has a link to the test run in the Description field. The issue is assigned to someone with a duedate and we use that for tracking purposes. Using this method we have one, protected, master set of tests in a master test run, that gets copied to individual projects. The individual projects can have additional tests added and are filtered based on the project requirements.