You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Use only one of those. `pass` takes preference over `pass_command`
pass = foobar
pass_command = pass show jira.apps.seibert-media.net
[external]
permalink = firefox __LINK__
[queries]
mine-watching = (assignee = currentUser() OR reporter = currentUser() OR watcher = currentUser()) AND status not in (Resolved, Closed, Done) ORDER BY created ASC, votes DESC
mine = assignee = currentUser() AND status not in (Resolved, Closed, Done) ORDER BY created ASC, votes DESC
watching = (reporter = currentUser() OR watcher = currentUser()) AND (assignee != currentUser() OR assignee is EMPTY) AND status not in (Resolved, Closed, Done) ORDER BY created ASC, votes DESC
[columns]
# These are the only columns currently supported:
show = Key,Status,Summary,Components,Labels,Created,Updated,Creator,Assignee