Skip to main content
Last updated on
Version: v2.2.0

Bug

eBot will interact with eBug when choosing “bugs”.

eTask IMG

  1. Type in the command for eBot.

  2. Bugs will be shown on Posts tab as shown below:


eTask IMG

View bugs by properties

  1. View recently added bugs.
  • View the list of recently added bugs.

  • Syntax: \@etask˽bugs

Example
  • eTask bugs

eTask IMG

eTask IMG

  1. View bugs by title
  • View the list of bugs which contains desired input.

  • Syntax: \@etask˽bugs/name/{title}

Example

eTask bugs/name/Bug1

eTask IMG

Result:

eTask IMG

  1. View bugs that being assigned to user

View the list of bugs being assigned to me.

Syntax: \@etask˽bugs/my

Example

eTask bugs/my

  1. View bugs by priority

View the list of bugs which has bugs priority = {input}

Syntax: \@eTask˽bugs/priority/{input}

Example

eTask bugs/priority/high

  1. 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.

  1. 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

  1. 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.

  1. Synchronize eTask to Outlook

Synchronize “My bugs” from eTask to Outlook TODO list.

Syntax: eTask˽bug/sync/outlook

  1. 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”.

Was this page helpful?