Zephyr for JIRA Cloud-how to restrict the editing permission when the test execution status is PASS?
Hello to everyone!š
I'm new in the Community, I hope someone could share his/her expertise with me solving this problem:
I need to avoid editing the test status field in the following cases.
- The standard testing requires that a test execution in PASS can't be transition to any other status, because the PASS status is the final one. How can I restrict the ability to edit this field when the value is PASS? Any user shouldn't edit the status field.
(see attachment #1 and #2)
- The standard testing requires also a status N/A, that means "not applicable" in case a test case won't be processed anymore, so, I added a custom test execution status with value 'N/A'.
The same restriction is needed here! How can I restrict the ability to edit this field when the value is N/A, a custom status?
(see attachment #3 and #4)
Thanks a lot!š
GP
Hi,
You can achieve this by enabling execution work flow, There will be 4 status in execution workflow(Todo, in-progress, done, reopen), user can change the status of the execution when execution status is in Todo state, once it is done then user cannot edit the execution status.
Once status is done, again if user want to re-execute the status of the execution then user has to re-open and execute to pass/fail and make it to done. The overall history of the execution, you can check in test execution history details
For more details refer :
https://zephyrdocs.atlassian.net/wiki/spaces/ZFJ0400/pages/1250525216/Execution+Workflow#Required-Configuration-for-the-Execution-Workflow
Note: If you are facing any issues please raise support ticket - https://support.smartbear.com/message/?prod=zephyrThanks
Jagadeesh