I may be overcomplicating this, but I wanted to see if you guys could help me.
My team is building out some testing documentation for our projects. Our current set up is that we have a sheet that is basically divided into two halves. The first half is the general information for the test scenario.
The second half is for the person to fill out any defect information if the test scenario fails.
Right now, I have it set up that if the test scenario fails, an automation will copy the row to another sheet I called Testing Defect ID Sheet. The sole purpose of this sheet is to assign the failed test scenario a Defect ID using an auto-number column. The Defect ID column on the original sheet has a column formula that does an INDEX/MATCH to that Defect ID Sheet to pull the Defect ID for that test scenario by matching the Test Activity ID. This is all working great except for the fact that the automation does not update when you provision a new project to point to the new Defect ID Sheet instead of the one that is in the blueprint. We are not needing all of these testing documentation sharing the same Defect ID Sheet. The Defect IDs need to be unique to each project.
I know a workaround for this is to just manually update the automation whenever we provision a new project, but does anyone else have a suggestion to where this can be done automatically or have a formula suggestion that I can use for the Defect ID that will only generate a number if the test scenario fails?