View & Compare Procedure Versions
Need to see what changed between different versions of the same procedure?
From the procedure details page, click on Versions.
This will open up a Version History tab where you can see and click on previous versions of the procedure.
Click on Compare Versions to see what has changed between two different versions of the procedure. Use the arrows in the top right corner to navigate through each change made.
Steps with changes will have a red box around them.
Added content blocks will have a green box around them.
Removed content will be shown in red font with a strikethrough.
Added content will be highlighted in green.
Only the most recently RELEASED version of the procedure is able to be run.
There can only be one DRAFT version of the procedure at a time.
Compare Two Different Procedures
You can do this by manually updating the procedure ID and version in the webpage URL.
Open a diff page that compares versions of one of the procedures (procedure A).
In a separate tab, open the detail page for the procedure version (procedure B) you want to compare to procedure A.
In the url on the diff page, change the "old" query parameter to the id of procedure B, and the "oldVersion" query parameter to the version of procedure B you want to compare with.
β
βhttps://app.spockdev.com/app/team/5a8e936e1ae77d1818ed0b8c250012bc/diff?old=ZdO3XZ8GlBEDsuH46LeNz4&oldVersion=2&oldPending=false&new=kGPXZ62lFY1yekmMwMxJ7Y&newVersion=D&newPending=false
β
Navigate to the above url, and you should see a screen comparing Procedure B, version 2 with Procedure A, version D
β
From that diff page you can select different versions of either procedure to compare.
Revert to an Older Version (Branch From Version)
Users can create a new draft directly from a previous version using the Branch from Version feature. This is helpful if you need to restore an older configuration, reverse an unintended change, or use a historical revision as the basis for future edits.
What Branching Does
Branching from an older version creates a new draft based on that specific version.
The current released version remains unchanged.
No versions are deleted.
The new draft becomes the active working copy.
A branch icon appears in the Version History panel to show which version the draft originated from.
Note: You cannot branch if a draft already exists. To create a branch, first release or archive the existing draft.
How to Branch From an Older Version
Navigate to the Procedure Overview page.
In the bottom-left Version History panel, select the version you want to revert to.
Open the three-dot menu in the top right.
Click Branch from Version.
A new draft is created from that older version. You can now make edits and release it as the next version when ready.


