Bug
eBot will interact with eBug when choosing “bugs”.

-
Type in the command for eBot.
-
Bugs will be shown on Posts tab as shown below:

View bugs by properties
- View recently added bugs.
-
View the list of recently added bugs.
-
Syntax:
\@etask˽bugs
| Example |
|---|
- eTask bugs

- View bugs by title
-
View the list of bugs which contains desired input.
-
Syntax:
\@etask˽bugs/name/{title}
| Example |
|---|
eTask bugs/name/Bug1
Result:

- View bugs that being assigned to user
View the list of bugs being assigned to me.
Syntax: \@etask˽bugs/my
| Example |
|---|
eTask bugs/my
- View bugs by priority
View the list of bugs which has bugs priority = {input}
Syntax: \@eTask˽bugs/priority/{input}
| Example |
|---|
eTask bugs/priority/high
- View bugs have specific status
View the list of bugs which has bugs status = {input}
Syntax: eTask˽bugs/status/{input}
| Example |
|---|
eTask bugs/status/in-progress.
- View bugs being assigned to someone
View the list of bugs which has bugs assignee = accountName.
Syntax: eTask˽bugs/assigned/{accountName}
| Example |
|---|
eTaskbugs/assigned/alex@anadea
List of bugs assigned to Alex Burley.
Bugs actions
- Clone a bug
Clone a bug which has same properties as bug {id}.
Syntax: eTask˽bug/clone/{id}
| Example |
|---|
eTask bug/clone/123
New bug will have the same properties as the bug with ID is 123.
- Synchronize eTask to Outlook
Synchronize “My bugs” from eTask to Outlook TODO list.
Syntax: eTask˽bug/sync/outlook
- Update a bug with specific ID
Update status:
Change status of bug {id} into {input}.
Syntax: eTask˽bug/update/{id}/status/{input}
| Example |
|---|
eTask bug/update/123/status/completed
Change status of bug 123 into “Completed”.
Update assignee:
Change assignee of bug {id} to {accountName}.
Syntax: eTask˽bug/update/{id}/assigned/{accountName}
| Example |
|---|
eTask bug/update/123/assigned/alex@anadea
Change assignee of bug 123 to “Alex Burley”.
Update priority:
Change priority of bug {id} to {input}.
Syntax: eTask˽bug/update/{id}/priority/{input}
| Example |
|---|
eTask/bug/update/123/priority/high.
Change priority of bug 123 to “high”.