- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
03-18-2025 05:41 AM - edited 03-19-2025 04:37 AM
Hello,
in our team we have two groups of engineers - one are developers, who mostly edit code locally via VSCode with combination of demisto-sdk. Second group is creating playbooks, managing integrations, mappers and so on via XSOAR UI.
We are at the beginning of implementing version control (private GitHub repo) of our custom content. But we have troubles to combine these two approaches (demisto-sdk and Remote Repository) because:
I have some questions which would help to our situation:
Is it possible to edit one Script, Playbook, List etc. via both: XSOAR UI and VSCode on local PC?
Is there any workaround how to edit Packs uploaded with demisto-sdk directly in UI?
Or this two approaches (demisto-sdk (ci/cd) and Remote Repo) are incompatible alternatives and we should decide only for one of them - and second group should adapt?
Thanks a lot for your ideas.
[Edit 19.3. I fount this guide https://xsoar.pan.dev/docs/contributing/marketplace - it looks like it would solve our issues, but when I was trying to test it I wasn't able to find any "contribution" button from my_integration_copy (step 2. of Submit a Content Pack) - so it looks like there is no option to contribute directly from XSOAR UI to any Pack. So what is purpose of this guide? ]