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/api
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2024-01-23 00:08:53 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2024-01-23 00:08:53 +0300
commit386dcdbe9d3cef9d5fa79c4582a722db27fe2c57 (patch)
treea0719a1794b21fedf33ab51a4052b8b9c0f7b573 /doc/api
parenta9a2f9257eae40935e03ca4185d5263bcb7ba45f (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/resource_state_events.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/resource_state_events.md b/doc/api/resource_state_events.md
index 1c8f743ca72..c2b2c80883a 100644
--- a/doc/api/resource_state_events.md
+++ b/doc/api/resource_state_events.md
@@ -13,6 +13,9 @@ Resource state events keep track of what happens to GitLab [issues](../user/proj
Use them to track which state was set, who did it, and when it happened.
+Resource state events API does not track the initial state ("create" or "open") of resources.
+For a resource that was not closed or re-opened, an empty list is returned.
+
## Issues
### List project issue state events