mirror of
https://github.com/taigrr/wtf
synced 2026-03-24 19:12:18 -07:00
1.2 KiB
1.2 KiB
title, date, draft
| title | date | draft |
|---|---|---|
| Jira | 2018-05-10T10:44:35-07:00 | false |
Description
Displays all Jira issues assigned to you for the specified project.
Source Code
wtf/jira/
Required ENV Variables
Key: WTF_JIRA_API_KEY
Value: Your Jira API key.
Keyboard Commands
None.
Configuration
jira:
domain: "https://umbrellacorp.atlassian.net"
email: "chriscummer@me.com"
enabled: true
position:
top: 4
left: 1
height: 1
width: 2
project: "CORE"
refreshInterval: 900
username: "chris.cummer"
Attributes
domain
email
enabled
Determines whether or not this module is executed and if its data displayed onscreen.
Values: true, false.
position
Defines where in the grid this module's widget will be displayed.
project
refreshInterval
How often, in seconds, this module will update its data.
Values: A positive integer, 0..n.
username