Hello all,
for the implementation of a project I wanted to ask if there is a way to check on which operations the resolution was set in the last 5 minutes.
We need this function because we want to send automated mails about it. So we want to check for ResolutionDate - 5 minutes or something similar.
Maybe there is a solution like resolutiondate=now()-5m?
Is there any way to calculate with the ResolutionDate?
Hi Tobias,
Try something like:
project = ABC and resolved >= -5m
This worked for me. Thank you John.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Do you have Automation for JIRA installed, or are you wanting to do this with Scriptrunner?
If you simply set up an Automation for JIRA rule (or maybe a Scriptrunner Listener) that is triggered by a change in the Resolution field (or by a status transition to your "done" statuses), then you could send an email immediately after the issues is resolved.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I will solve it with the hint of @John Funk. I will use an automation rule for this. This will trigger an event. At this point I am not sure how to set a new generic event. I will combine Automation for Jira with the Jira Email this Issue plugin.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.