Guest User

Untitled

a guest
Jan 16th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. # What is this?
  2. JIRA does not show you tickets, where you were mentioned, but not assigned.
  3. You may get an email, but email notificatins are distracting and some people, including me, don't like to get them at all.
  4. Thanks to this snippet, you'll never miss a ticket, where you were mentioned, but not assigned. 😁👌
  5.  
  6. # Usage
  7. Navigate to JIRA's search, then add a new filter and apply the snippet below. Save your newly created, advanced search filter.
  8. Head back to the dashboard, press the `add new gadget`, choose `Filter Results` from JIRA's gadgets and select your filter.
  9.  
  10. # Snippet
  11. `(summary ~ currentUser() OR description ~ currentUser() OR comment ~ currentUser()) AND updatedDate >= -30d`
Add Comment
Please, Sign In to add comment