Each group created on IssueBurner will have an unique email address.
For example if you create a group named "helpdesk" in your organization "GreatOrg",
it will have the email address: helpdesk.greatorg@issueburner.com.
To report issues to this group, send a mail as below:
To: helpdesk.greatorg@issueburner.com
Subject: Issue title
Body: Issue description
Attach the files if you need to
Note that, existing email addresses can also be forwarded to a group.
Refer mailbox forwarding to know more.
A group member can report an issue to the group and also assign to one of its members by sending a mail as below (assuming same group as above):
To: john@example.com
Cc: helpdesk.greatorg@issueburner.com
Subject: Issue title
Body: Issue description
Attach the files if you need to
If you want to create a task for yourself, send a mail as below:
To: issue@issueburner.com
Subject: Issue title
Body: Issue description
Attach the files if you need to
If you want to create a task for your co-workers, send a mail as below:
To: email addresses of your co-workers
Cc: issue@issueburner.com
Subject: Issue title
Body: Issue description
Attach the files if you need to
Sometimes you may want to send a mail to a person (e.g. a prospect) and make sure that you don't forget to remind her if she does not reply. At the same time you may not want to invite her to collaborate on IssueBurner. You can still create a task for you while sending the mail, by Bcc-ing it to IssueBurner. This will create a task just for you. The recipient will not be invited.
To: bill.softwares@gmail.com
Bcc: issue@issueburner.com
Subject: Issue title
Body: Issue description
Attach the files if you need to
Changing the status of an issue
An issue in IssueBurner can be in any of the three statuses: Open, Closed and Later.
Open => the issues that you or the group are working on.
Later => the issues that you don't want to work on immediately.
Closed => the issues that are either solved, duplicate of some other issue or you are not going to solve.
Internal comment (visible only to group members)
If you want to communicate something within the group, check the "Internal" checkbox. When an issue is updated with this checkbox in checked state,
the changes in this update will be visible only to the group members and the notification regarding this update will also be sent only to the group members.
Comments generated as a result of this update will appear with a 'grey' background and will be accompanied with the text "internal".
Notification regarding this update will contain the text: "Type: Internal".
For issues reported to groups, updating labels is always an internal operation.
Update owner
Update group
Update reported to
Update labels
Delete issue
The issues chosen for bulk update can be viewed by clicking the particular issue on the bulk update form.
Privileges for issues reported to group
Reporter | Group Member | Group Admin | Org Admin | |
Can view applied labels | ![]() |
![]() |
![]() |
![]() |
Can update labels to the issue | ![]() |
![]() |
![]() |
![]() |
Privileges for issues reported to individuals
Reporter | Reported to | Owner | |
Can view applied labels | ![]() |
![]() |
![]() |
Can update labels to the issue | ![]() |
![]() |
![]() |
Shortcut key | Definition | Action |
---|---|---|
u | Go to issue list page | Returns you to the issue list page or refreshes the list page, if you are already on it. |
c | Create issue | Allows you to create a new issue. |
k | Move to the previous issue | While on the issue list page, it moves the marker to the previous issue. While viewing the issue details, it opens the previous issue. |
j | Move to the next issue | While on the issue list page, it moves the marker to the next issue. While viewing the issue details, it opens the next issue. |
o or <Enter> | Open issue detail | Opens the issue with the marker next to it. |
x | Select issue | Selects an issue for bulk update. |
* then a | Select all issues | Selects all issues on the issue list page for bulk update. |
* then n | Deselect all issues | Deselects all issues on the issue list page. |
e | Update issues | Update the issues individually or in bulk. |
s | Focus 'status' dropdown | Moves the focus to the status filter dropdown. |
g | Focus 'group' dropdown | Moves the focus to the group filter dropdown. |
/ | Focus 'search' text box | Moves the focus to the search box. |
? | Show keyboard shortcuts help | Displays the keyboard shortcuts help menu. |
<Esc> | Escape from input field | Removes the cursor from the current input. |
Issue properties are set in the subject or body of the mail and are enclosed by single square brackets. Thus, by including [status:closed labels:priority_high] in the subject or body, status is set to "closed", and label "priority_ high" is added to the issue. You can use quotes to delimit multiple values, e.g. [labels:"priority_high type_bug"].
The email API retrieves the properties from the first set of single square brackets it encounters in either
subject or body of a mail, and you must put all properties that you wish to set into the same set of braces.
For example, this is valid:
[status:closed labels:"priority_high type_bug"]
Whereas the following is *invalid* and we do not guarantee any usable results:
[status:closed] [labels:"priority_high type_bug"]
Please make sure to only have one set of [ and ] in subject/body of an email for things to work as expected.
Valid values are 'open', 'later' and 'closed'.
e.g. [status:closed]
Set any label on an issue, or multiple labels delimited by quotes.
e.g.
[labels:type_bug]
or
[labels:"os_win priority_high"]
You may prefix labels with a '–' (hyphen) to remove an applied label.
e.g.
[status:later labels:"os_linux –os_win"]
status is set to "later", label "os_linux" is added and label "os_win" is removed from the issue.
Valid values are 'yes' and 'no'.
e.g. [internal:yes]
Report an issue to a group on behalf of someone. Valid value is an email address.
Note: You cannot report issues on behalf of fellow group members.
e.g.
[from:john@example.com]
this will create an issue on behalf of "john@example.com".