pull
Last updated
Was this helpful?
Last updated
Was this helpful?
Pulls changes from Jira server to the local repository. This by default includes creation of new scenarios from unlinked test cases (create) and changing scenarios of linked test cases (change).
See more details about the command in the article.
In addition the the options listed here, all can also be used.
--tagFilter
not filtered by tags
--sourceFileFilter
not filtered by feature files
--createOnly
If specified, the command will create new scenarios for the unlinked Test Cases only and the existing scenarios will not be modified. This setting automatically enables the 'enableCreatingScenariosForNewTestCases' pull setting.
false
--force
If specified, SpecSync changes scenarios even if there is no remote change and the scenario was not modified locally.
false
The Creating new scenarios from Test Cases feature and the related --createOnly
option is planned for a future version of SpecSync for Jira. Please check the for details.
Pulls remote changes from Jira using the configured settings in the specsync.json
configuration file:
Pulls remote changes using the specified for authentication:
Pulls remote changes related to the scenarios tagged with @ordering and @backend:
Pulls unlinked Test Cases to new scenarios but ignores changed Test Cases:
A of scenarios that should be included in the current synchronization (e.g. @current_sprint and @done
). See for details.
A with source file predicates (glob patterns) of files that should be included in the current synchronization (e.g. Folder1/**/*.feature
). See for details.