if a export a playbook which has versions (v1,v2 ..so on ) and if i export the playbook and import it back the versions is lost , the imported playbook will be the latest version i.e v2.
Solved! Go to Solution.
I don't think it will
Dev-SOAR, build and push versions to GIT
In Git, merge into new version.x
Prod-SOAR pull new latest versions
If ever you want to roll back, in GIT UI you rollback the version
Prod-SOAR pull new latest versions (which is infact the older one)
Sorry to point to the other ticket, but I suggest checking the usage of GIT for version control in your use case.
Andy
I tried but GITsync only sync lastest version of playbooks/blocks in git
I don't think it will
Dev-SOAR, build and push versions to GIT
In Git, merge into new version.x
Prod-SOAR pull new latest versions
If ever you want to roll back, in GIT UI you rollback the version
Prod-SOAR pull new latest versions (which is infact the older one)
But it still didnt solve the issue .
1) How to maintain Version Control in GCP platform
if a playbook is duplicated/imported/exported the version of the playbook is lost
i would like to maintain version control