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

external_reference is missing task_id in data #36

Open
kspeer825 opened this issue Dec 4, 2019 · 0 comments
Open

external_reference is missing task_id in data #36

kspeer825 opened this issue Dec 4, 2019 · 0 comments

Comments

@kspeer825
Copy link
Contributor

Expected: When the time_entries table is updated, the external_reference table is also updated. It is expected that the external_reference stream is defined by the following JSON structure:

{
  "type": "object",
  "properties": {
    "id": {
      "type": ["null", "string"]
    },
    "task_id": {
      "type": ["null", "integer"]
    },
    "group_id": {
      "type": ["null", "string"]
    },
    "permalink": {
      "type": ["null", "string"]
    },
    "service": {
      "type": ["null", "string"]
    },
    "service_icon_url": {
      "type": ["null", "string"]
    }
  }
}

Actual: The tap is currently sending data for the external_reference without the task_id field.

To reproduce: Create a time entry with an external reference value that is not null using the Harvest API.

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

1 participant