summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorAlexandru Croitor <acroitor@gitlab.com>2019-08-15 13:56:33 +0300
committerAlexandru Croitor <acroitor@gitlab.com>2019-08-23 11:32:15 +0300
commitf5b855546ed9b2c304b72e349af3f23c4eca549d (patch)
tree7a3e5efba2c8cb7f0d6e92340008a229907961ba /changelogs
parent46dc507241828f8293127afeb06c25b50bedd845 (diff)
downloadgitlab-ce-f5b855546ed9b2c304b72e349af3f23c4eca549d.tar.gz
Update sort options for issues list57402-upate-issues-list-sort-options-ce
Increase sort options for issues list from updated_at and create_at, to include more options close to what is required in actual issue list UI. This helps us to use REST API for issues list with sorting capabilities https://gitlab.com/gitlab-org/gitlab-ce/issues/57402
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/57402-upate-issues-list-sort-options.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/57402-upate-issues-list-sort-options.yml b/changelogs/unreleased/57402-upate-issues-list-sort-options.yml
new file mode 100644
index 00000000000..900e71e3204
--- /dev/null
+++ b/changelogs/unreleased/57402-upate-issues-list-sort-options.yml
@@ -0,0 +1,5 @@
+---
+title: Updates issues REST API to allow extended sort options
+merge_request: 31849
+author:
+type: changed