I am creating a Issue Type of "Test Case". One of the custom fields in "Test Steps"
As part of this field, I would like to have a table in the below format -
Test Step No. | Test Step | Expected Result |
A Button like "Add" Should be placed below the last row. Users can click on the button to add another row.
Is this even feasible to have in Jira?
It's not a direct answer to your question concerning the table, but maybe it will help you anyway:
We are using an Issuetype "Testcase" and Subtypes "Test". So one Testcase has 1-n Tests. And the Tests have the fields like 'Expected Result' oder 'Pre-Condition'. Testcase and Test have different workflows.
Advantage: If you do similar test quite often, you just clone the Testcase with its Tests. And start Testing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.