The TFS4JIRA Synchronizer is able to synchronize TFS / Azure DevOps (formerly VSTS) "Tree path" fields (i.e. "area paths" and "iteration paths") using specialized synchronization methods.
...
- Copy full TFS tree path copies the whole path from TFS / VSTS Azure DevOps field to Jira field.
Jira field should be of "Text" type - Copy last part of TFS tree path copies just the last part of the path (after the last
"\"
character).
This can be used to automatically synchronize TFS / VSTS Azure DevOps sprints to Jira versions, provided that Jira version names are the same as TFS sprint names - Map values can be used for versatile mapping of TFS / VSTS Azure DevOps tree paths to any of the Jira "mappable" type.
This will typically be used to map TFS / VSTS Azure DevOps iteration path to Jira sprints and TFS / VSTS Azure DevOps are apaths paths to Jira components, but it can also be used to map TFS / VSTS Azure DevOps sprints to Jira versions or to any other "mappable" field. In case of mapping of sprints, TFS / VSTS Azure DevOps workitems with no iteration path will be synchronized to Jira issues not assigned to any sprint. Jira issues from the backlog (without a sprint assigned) will be synchronized to TFS / VSTS work items with iteration path set to the root of the tree path.
...