diff options
author | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-03-25 22:21:50 +0100 |
---|---|---|
committer | Zeger-Jan van de Weg <zegerjan@gitlab.com> | 2016-03-28 16:45:36 +0200 |
commit | 473b261261ab89fb921d12f05926ad9e9de5faee (patch) | |
tree | 4188b3b9e8c7a33065f24e63412380ec0d47c2a9 /doc | |
parent | 43e49f52e30199c9724329e71f375874eb76d554 (diff) | |
download | gitlab-ce-473b261261ab89fb921d12f05926ad9e9de5faee.tar.gz |
Back dating of issues when creating throught the API
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/issues.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md index 18d64c41986..cc6355d34ef 100644 --- a/doc/api/issues.md +++ b/doc/api/issues.md @@ -237,6 +237,7 @@ POST /projects/:id/issues | `assignee_id` | integer | no | The ID of a user to assign issue | | `milestone_id` | integer | no | The ID of a milestone to assign issue | | `labels` | string | no | Comma-separated label names for an issue | +| `created_at` | string | no | Date time string, ISO 8601 formatted, e.g. `2016-03-11T03:45:40Z` | ```bash curl -X POST -H "PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK" https://gitlab.example.com/api/v3/projects/4/issues?title=Issues%20with%20auth&labels=bug |