summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWinnie Hellmann <winnie@gitlab.com>2019-09-04 14:44:37 +0000
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2019-09-04 14:44:37 +0000
commit61515737a5a0e95891e169b20e9492553c11c620 (patch)
tree971733b1e09ceb650ddfa0966a40e4c47cd98fdb /doc
parent2adc4ccf4dedcc33207658ec55873aee38598b6e (diff)
downloadgitlab-ce-61515737a5a0e95891e169b20e9492553c11c620.tar.gz
Add epic_iid to issue API entity
(cherry picked from commit 0bf7fecdee5a200eeb4f27b4888a57ceee63bde9)
Diffstat (limited to 'doc')
-rw-r--r--doc/api/issues.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/api/issues.md b/doc/api/issues.md
index 7498d2d840b..a89a6e7c5cc 100644
--- a/doc/api/issues.md
+++ b/doc/api/issues.md
@@ -573,6 +573,18 @@ the `weight` parameter:
}
```
+Users on GitLab [Ultimate](https://about.gitlab.com/pricing/) will additionally see
+the `epic_iid` property:
+
+```json
+{
+ "project_id" : 4,
+ "description" : "Omnis vero earum sunt corporis dolor et placeat.",
+ "epic_iid" : 42,
+ ...
+}
+```
+
**Note**: `assignee` column is deprecated, now we show it as a single-sized array `assignees` to conform to the GitLab EE API.
**Note**: The `closed_by` attribute was [introduced in GitLab 10.6][ce-17042]. This value will only be present for issues which were closed after GitLab 10.6 and when the user account that closed the issue still exists.