summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2017-04-05 15:27:29 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2017-04-05 15:28:29 +0900
commitc7e280935767d7328e6dd52330c029000a542cbb (patch)
tree006668d59762fb7aaed00ff7b2485436abed17a9
parent850facf11bbe98ba42e7b0b612f6cb9fc281fe2d (diff)
Add missing documentation of assignee related search operators
Bug: Issue 5935 Change-Id: I34b82567e880ea49fa72ea463463395bb5188b3a
-rw-r--r--Documentation/user-search.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Documentation/user-search.txt b/Documentation/user-search.txt
index 08d3f9387e..392d5cf320 100644
--- a/Documentation/user-search.txt
+++ b/Documentation/user-search.txt
@@ -61,6 +61,11 @@ to include a unit suffix, for example `age:2d`:
* mon, month, months (`1 month` is treated as `30 days`)
* y, year, years (`1 year` is treated as `365 days`)
+[[assignee]]
+assignee:'USER'::
++
+Changes assigned to the given user.
+
[[before_until]]
before:'TIME'/until:'TIME'::
+
@@ -289,12 +294,20 @@ has:unresolved::
True if the change has unresolved comments.
[[is]]
+is:assigned::
++
+True if the change has an assignee.
+
[[is-starred]]
is:starred::
+
Same as 'has:star', true if the change has been starred by the
current user with the default label.
+is:unassigned::
++
+True if the change does not have an assignee.
+
is:watched::
+
True if this change matches one of the current user's watch filters,