[Feature Request] Add the capability of sync a subset of stories filtering by name or slug #51
Labels
feature
[Issue] New feature or request
p4-important
[Priority] Violate documented behavior or significantly improve performance (priority)
Description
Sometimes is useful to copy only stories with specific names or slugs. To achieve this, one approach could be to provide a list of names or slugs separate by commas in the command to sync stories:
sync --type stories --source 233308 --target 233311 --names-list name1,name2,name3
sync --type stories --source 233308 --target 233311 --slug-list slug1,slug2,slug3
The text was updated successfully, but these errors were encountered: