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

One-way synchronization agent to keep another server up to date with changes from a source server #5

Open
juokaz opened this issue Sep 13, 2012 · 0 comments
Assignees
Milestone

Comments

@juokaz
Copy link

juokaz commented Sep 13, 2012

Summary

A system that continuously pulls changes from one help desk server and writes them to another.

Requirements

The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in IETF RFC 2119.

Definitions

  • Source: the help desk server the agent is configured to pull information from.
  • Sink: the help desk server the agent is configured to relay information to.

Specification

The agent MUST replay changes to tickets and changes to comments in their respective order of occurrence in the source.

The agent SHOULD keep a log of failures that occurred while

The agent MAY perform any mapping of elements in tickets or comments to better fit the requirements, configuration or characteristics of the sink.

@ghost ghost assigned lukestokes Sep 13, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants