Details
-
Fix
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.6.3
-
None
Description
Current behavior:
When storing scheduling objects from the JS7 inventory to a local Git repository using the recursive option, which is intended to include all sub-folders when the -Folder parameter is used, it does not work as expected.
Specifically, it does not include objects from the root folder and does not include all folders within sub-folders.
For example, if you use the following command:
PS > Set-JSRepositoryItem -Folder /TestCases/sampleWorkflows -Recursive
It will not store all scheduling objects from the specified folder and its sub-folders, recursively, to the repository of category ROLLOUT.
Desired behavior:
When storing scheduling objects from the JS7 inventory to a local Git repository using the recursive option, it should store all objects from the root folder as well as from all sub-folders and their nested folders. This ensures that all scheduling objects from the specified folder and its entire directory structure are included in the repository.
Attachments
Issue Links
- requires
-
JOC-1859 REST API for deployable and releasable objects should traverse folders recursively
- Dismissed