go-gitea/gitea

Pull Requests JSON objects (API, Hooks) do not contain created_at and updated_at

thehowl opened this issue · 1 comments

  {
    "id": 3,
    "number": 5,
    "user": { ... },
    "title": "adsda",
    "body": "",
    "labels": [],
    "milestone": null,
    "assignee": null,
    "state": "open",
    "comments": 0,
    "html_url": "http://localhost:3000/Howl/asdasdas/pulls/5",
    "diff_url": "http://localhost:3000/Howl/asdasdas/pulls/5.diff",
    "patch_url": "http://localhost:3000/Howl/asdasdas/pulls/5.patch",
    "mergeable": true,
    "merged": false,
    "merged_at": null,
    "merge_commit_sha": null,
    "merged_by": null,
    "base": { ... },
    "head": { ... },
    "merge_base": "6ca6254b26fc84d366e42ceedd80e742962041f5"
  }
--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/41924233-pull-requests-json-objects-api-hooks-do-not-contain-created_at-and-updated_at?utm_campaign=plugin&utm_content=tracker%2F47456670&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F47456670&utm_medium=issues&utm_source=github).

Mention #64 since API-related