Guest User

Untitled

a guest
May 22nd, 2018
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. project = TMP AND issuetype = Story AND fixVersion = 11113
  2.  
  3. project = TMP AND issuetype = Bug AND "Story Label" = jim-887
  4.  
  5. project = 'TMP' and(
  6. (issuetype = Story and fixVersion = 11113) or
  7. (issuetype = Bug and "Story Label" = jim-887)
  8. )
Add Comment
Please, Sign In to add comment