mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
add optional more advanced jql queries and working usernames
This commit is contained in:
@@ -29,7 +29,7 @@ func (widget *Widget) Refresh() {
|
||||
return
|
||||
}
|
||||
|
||||
searchResult, err := IssuesFor(Config.UString("wtf.mods.jira.username"))
|
||||
searchResult, err := IssuesFor(Config.UString("wtf.mods.jira.username"), Config.UString("wtf.mods.jira.project", ""), Config.UString("wtf.mods.jira.jql", ""))
|
||||
|
||||
widget.UpdateRefreshedAt()
|
||||
widget.View.Clear()
|
||||
|
||||
Reference in New Issue
Block a user