dotfiles/m/eg/.eg_custom/jira.md
2022-08-24 04:07:33 -04:00

9 lines
153 B
Markdown

Jira Cheat Sheet
================
## Find by Mentions of current user within the past 7 days
```sql
comment ~ currentUser() AND updatedDate >= -7d
```