Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-03-28 19:31:17 +0300
committerRobert Speicher <robert@gitlab.com>2016-03-28 19:31:17 +0300
commit8b5a8bdb256fa86483358d5fdc357583da647a7d (patch)
tree521528e250db2691d23479c3022381db6a6bb5bc /doc
parent30e4d3ce9a18340c689557cd0c7b5f69e48795d4 (diff)
parent473b261261ab89fb921d12f05926ad9e9de5faee (diff)
Merge branch 'api-ability-to-backdate-newly-created-issues-12628' into 'master'
Back dating of issues when creating through the API Closes #12628 See merge request !3408
Diffstat (limited to 'doc')
-rw-r--r--doc/api/issues.md1
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