Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option that allows to skip existing tickets #12

Open
bschmalhofer opened this issue Sep 19, 2024 · 0 comments
Open

Add option that allows to skip existing tickets #12

bschmalhofer opened this issue Sep 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@bschmalhofer
Copy link
Contributor

An use case for ImportExportTicket is the merging of different OTRS/OTOBO/Znunx/KIX installations. In an ideal world this would be done in one smooth process and everything will be fine. In the real world imports are repeated because the requirements are changed. A simple example would be that more years and queues should be included. When there are already imported tickets in the new import then at least two problems can arise:

  • The imported ticket was already updated and the new import should not overwrite the changed attributes
  • Articles would be added again, leading to duplicate articles in the target system

Both of these cases can be alleviated by not importing tickets that already exist in the target system.

@bschmalhofer bschmalhofer added the enhancement New feature or request label Sep 19, 2024
@bschmalhofer bschmalhofer added this to the 11.0 milestone Sep 19, 2024
@bschmalhofer bschmalhofer self-assigned this Sep 19, 2024
otobo-bot pushed a commit that referenced this issue Sep 21, 2024
limit the scope of some variables
add some code comments
otobo-bot pushed a commit that referenced this issue Sep 21, 2024
Make it clear wether we deal with tickets, articles or both.
Add a variable that indicates wether the current line is a line
that only contains an article.
otobo-bot pushed a commit that referenced this issue Sep 21, 2024
…pped

Usually there aren't any articles when AllowedOwnerInTarget is set. But one never
can be sure and at least on more import filter will be added soon.
otobo-bot pushed a commit that referenced this issue Sep 21, 2024
From now on skipping means that an import filter has declined a change.

Tidying: use the variable $TicketUpdatedStatus in order to reduce the risk
of spelling errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant