Skip to end of banner
Go to start of banner

Synchronization Filters

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Synchronization filters give possibility to limit issues / work items that are synchronized. For example if only approved issues should be synchronized to TFS / VisualStudio Team Services we can add filter for field Label that says 'Field Label equals "approved"' - after that issues without this label won't be synchronized. It is worth to remember following rules regarding filters:

  • There is no limit on how many filters can be added - but of course creating too many of them is not recommended as it can be hard to manage them.
  • Some of the fields in JIRA or TFS / VisualStudio Team Services are truly array of values - like Labels for example. Operator chosen in filter is checked against each of the value in this array separately, so for example if filter has 'contains' operator then it's checked if at least one label in given issue contains text specified in the filter.
  • Filters are case insensitive.
  • Filtered field doesn't have to be mapped in Field Mapping.
  • When there are no filters specified for JIRA and TFS / VSTS then all of the issues / work items are synchronized.

 

 

 

  • No labels