Howdy,
I need to find a way to repeat an Issue Created notification in Service Desk every 5 minutes until that Issue is assigned. Is this possible?
Thanks
Hi Mike,
Is this notification for the Agent? You could use a filter/subscription to fire off every 5 minutes based on the jql that the issue is created, unassigned.
Susan
Hi Susan,
Thanks for the reply. I am fairly new to the JIRA world, I took the JIRA Boot Camp last month and I'm still learning about the filters. You are correct, it is for the Dispatch Agent. We have one person responsible for assigning the ticket to the proper assignnee. Could you give me an example of the what the filter would look like?
At your service,
Mike O
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
project = <projectname> and status = Open and assignee is EMPTY
Save the Filter
Then you can make a subscription.. SEnd to your dispatch person (may need a group or role ). Select Advanced for scheding - Use cron expression to fire off every 5 minutes. Something like this:
0 00/5 9-17 ? * MON-FRI
That fires off every 5 mintues Monday to Friday from 9 to 5.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Susan,
Thanks. I now know what I was missing, assignee is EMPTY. I was trying () and "". I just wasn't thinking straight. Thanks for everything.
At your service,
Mike O
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
No Problem, if happy with answer please mark answered
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.