Status are not updating #1372
-
Hi, thanks in advance |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Yes, you can use the The note: The History will still show all new for each update. Another option would be to use the |
Beta Was this translation helpful? Give feedback.
Yes, you can use the
WorkItemPostProcessingContext
to overwrite the target with the current latest version from the Source....The
WorkItemPostProcessingContext
will not create new work items and will only update existing ones with an updated mapping. If you run it with the default field mapping removed it will overwrite.note: The History will still show all new for each update.
Another option would be to use the
WorkItemDelete
to remove the work items and start again.