Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Synchronization filters give possibility to limit issues / work items that are synchronized. For example if only approved issues should be synchronized to TFS 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 if them is not recommended as it can be hard to manage them.
  • Some of the fields in JIRA or TFS 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 sensitive.
  • Filtered field doesn't have to be mapped in Field Mapping.
  • When there are no filters specified for JIRA / TFS then all of the issues / work items are synchronized.