mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
Minor improvements to the Zendesk documentation
This commit is contained in:
@@ -4,6 +4,8 @@ date: 2018-07-23T18:55:37-08:00
|
||||
draft: false
|
||||
---
|
||||
|
||||
Added in `v0.1.0`.
|
||||
|
||||
Displays tickets in the "New" status - i.e. have not yet been assigned.
|
||||
|
||||
## Source Code
|
||||
@@ -41,22 +43,30 @@ wtf/zendesk/
|
||||
|
||||
```yaml
|
||||
zendesk:
|
||||
enabled: true
|
||||
username: "your_email@acme.com"
|
||||
status: "new"
|
||||
position:
|
||||
top: 0
|
||||
left: 2
|
||||
height: 1
|
||||
width: 1
|
||||
enabled: true
|
||||
position:
|
||||
top: 0
|
||||
left: 2
|
||||
height: 1
|
||||
width: 1
|
||||
status: "new"
|
||||
username: "your_email@acme.com"
|
||||
```
|
||||
|
||||
### Attributes
|
||||
|
||||
`enabled` <br />
|
||||
Determines whether or not this module is executed and if its data displayed onscreen. <br />
|
||||
Values: `true`, `false`.
|
||||
|
||||
`position` <br />
|
||||
Defines where in the grid this module's widget will be displayed. <br />
|
||||
|
||||
`status` <br />
|
||||
The status of tickets you want to retrieve.
|
||||
Values: `new`, `open`, `pending`, `hold`.
|
||||
|
||||
`username` <br />
|
||||
Your Zendesk username
|
||||
Values: A valid Zendesk username (usually an email address).
|
||||
|
||||
`status` <br />
|
||||
The status of tickets you want to retrieve.
|
||||
Values: `new`, `open`, `pending`, `hold`.
|
||||
|
||||
@@ -51,6 +51,7 @@
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/travisci/">Travis CI</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/trello/">Trello</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/weather/">Weather</a></li>
|
||||
<li class="sidebar-list-item-2"><a href="/posts/modules/zendesk/">Zendesk</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user