Hello,
This is the filter I came up with however I dont think it is working. Any idea what needs to be changed?
project = IT and created >= -7d and updated <= -7d and status not in ( Resolved , Closed )
Thank you.
Vikram
HI Vikram,
Ok, I found a way to do it without installing a plugin:
Project = IT and created >= "-7d" AND NOT status changed and comment"FIND_ISSUES_WITH_COMMENTS"
This will return all issues with comments that do not contain "FIND_ISSUES_WITH_COMMENTS", which would be all of them
Thanks,
PVS
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.