How to add test cases into folder types for each function/component/version
my requirement is
I want to create test cases into folder types for each function/components type.
EX: lets take i have 3 functions/components like login, add functions, delete functions. so I want to create test cases for each function/components into folder type to organize/view.
for login function, I have 10 test cases so i am grouping them and save it under login folder
for add function, I have 5 test cases same i am grouping this and save it under add function
my project (main folder for my project under this for each function as subfolders)
--> login functions folder
--> add functions folder
--> delete functions folder
so if my project manager can access using that function/components to see the test cases and to see the test results for this.
how can I do this in Zephyr for Jira? please help me to do this.