I would like to notify (via mail) the developers / QA if their tasks weren't touched after a period of time.
I've seen it done before but i have no idea how.
please advice.
Thanks
Hi Avidan,
I'd create a JQL filter and have all interested parties subscribe to it. The JQL I'd use would look something like this:
updated < startOfDay(-3) AND resolution IS EMPTY
This'll return all unresolved issues, which have been updated 3 days ago or earlier.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.