dotfiles/a/eg/.eg_custom/jira.md

9 lines
153 B
Markdown
Raw Normal View History

2022-08-24 08:07:33 +00:00
Jira Cheat Sheet
================
## Find by Mentions of current user within the past 7 days
```sql
comment ~ currentUser() AND updatedDate >= -7d
```