aboutsummaryrefslogtreecommitdiffstats
path: root/doc/queries.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-04-05 00:25:22 +0200
committerGitHub <noreply@github.com>2019-04-05 00:25:22 +0200
commitb9e413c5f95212a0076aae0f473226b32b5fc77a (patch)
treebe6cf69aad498216fa86058b71e2df9a31ebfbd6 /doc/queries.md
parent5b0a92dea43f467f31a65a6f02e937d285cb0a71 (diff)
parent57f0c2f25da3316efbff63f7f8dc73df20705320 (diff)
downloadgit-bug-b9e413c5f95212a0076aae0f473226b32b5fc77a.tar.gz
Merge pull request #117 from A-Hilaly/bug-participants
Implement participants and actors functionalities
Diffstat (limited to 'doc/queries.md')
-rw-r--r--doc/queries.md21
1 files changed, 21 insertions, 0 deletions
diff --git a/doc/queries.md b/doc/queries.md
index 224b59a0..b93941d1 100644
--- a/doc/queries.md
+++ b/doc/queries.md
@@ -33,6 +33,27 @@ You can filter based on the person who opened the bug.
| `author:QUERY` | `author:descartes` matches bugs opened by `René Descartes` or `Robert Descartes` |
| | `author:"rené descartes"` matches bugs opened by `René Descartes` |
+### Filtering by participant
+
+You can filter based on the person who participated in any activity related to the bug (Opened bug or added a comment).
+
+| Qualifier | Example |
+| --- | --- |
+| `participant:QUERY` | `participant:descartes` matches bugs opened or commented by `René Descartes` or `Robert Descartes` |
+| | `participant:"rené descartes"` matches bugs opened or commented by `René Descartes` |
+
+### Filtering by actor
+
+You can filter based on the person who interacted with the bug.
+
+| Qualifier | Example |
+| --- | --- |
+| `actor:QUERY` | `actor:descartes` matches bugs edited by `René Descartes` or `Robert Descartes` |
+| | `actor:"rené descartes"` matches bugs edited by `René Descartes` |
+| `
+
+**NOTE**: interaction with bugs include: opening the bug, adding comments, adding/removing labels etc...
+
### Filtering by label
You can filter based on the bug's label.