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

Closed
opened 2025-11-02 03:19:24 -06:00 by GiteaMirror · 1 comment
Owner

Originally created by @thehowl on GitHub (Feb 11, 2017).

  {
    "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).
Originally created by @thehowl on GitHub (Feb 11, 2017). ```json { "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" } ``` <bountysource-plugin> --- 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). </bountysource-plugin>
GiteaMirror added the type/bugmodifies/api labels 2025-11-02 03:19:24 -06:00
Author
Owner

@bkcsoft commented on GitHub (Feb 12, 2017):

Mention #64 since API-related

@bkcsoft commented on GitHub (Feb 12, 2017): Mention #64 since API-related
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#345