Resubmit an existing content pack with new changes from the Cortex XSOAR UI.
If you have already submitted a content contribution, and you need to make changes to the submission, you can do so by resubmitting the content pack from Cortex XSOAR. The resubmission process is similar to the initial submission, but you are updating an existing pull request instead of creating a new one.
Note
You cannot update JavaScript integrations or scripts in an existing content pack using this method.
Create or edit any content items that need to be included in your resubmission.
Go to Edit the pack.
→ , select your pack, andAdd or remove content items from the pack as needed.
Save and Contribute.
After you submit the content pack, you will receive an email with a link to a form you must complete.
Select Update Existing Pack from the Select Contribution Mode menu.
Note
The contribution mode option only appears if content items that are part of your contribution are detected as originating from existing sources. For example, if you created a new automation in the UI by clicking Duplicate Automation.
Select the pack you want to update from the Select Existing Pack menu.
Log in to your GitHub account to participate in the review process of the pull request that is automatically opened for the content pack.
Given a version number MAJOR.MINOR.REVISION, select Update Type.
Type
Description
Revision
When you make backwards compatible bug fixes.
Minor
When you add functionality in a backwards compatible manner.
Major
A major revisions contains one or more of the following:
A major revision contains one or more of the following:
Incompatible API changes
New features
Changes to existing features that could break backward compatibility
Documentation
When only documentation files are updated.
Note
Changing the pack name or the email address of the contributor at this stage will result in creating a new pull request on GitHub, rather than updating an existing pull request.
In the form, you can include notes describing the update, or provide an updated demo video link which will be displayed in a comment on the pull request after the changes are successfully pushed to GitHub.
After the changes are pushed to your branch, you will receive an email notification.
In addition to the resubmission process described above, there are other ways to modify your existing content pack. You can modify the files directly in the GitHub pull request, or close the pull request and create a new contribution that includes your changes. We do not recommend closing the pull request and creating a new request.