Hello,
Is there any way to created a calculated field that would tell me the time between when an issue was created and when the first comment is made? I've looked for an addon that can do this but haven't found one yet.
Thanks.
For this case, you can try SLA Time and Report from the marketplace. This tool allows set timer accourding to your needs: start - issue created, stop - added comment.
Also you can set time goals and track timer data on the issue view tab.
If you have any questions let me know, because this app is created by my team.
Thanks! is there any way to show the elapsed time opposed to the time until SLA?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can set SLA Time goal for example 1m or 0m and then you will see time elapsed
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you! Is there a way to view that field in a search or in confluence? The only two custom fields I see are SLA Goal - 1 status and Target date for SLA Goal -1
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm also wondering if there's a way to change change the colors since red is not considered as "good". And also get rid of the '-' in the number.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
How about doing it with Jira Automation?
{{issue.created.diff(now).hours}}
Would that work for you?
Cheers,
Matthias.
PS: Here's more background info about Jira Automation and about working with dates.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does the field type matter? I'm using the following:
{{issue.created.diff(issue."[Chart] Date Of First Response").hours}}
But the audit log comes back with nothing. My custom field is just a number field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
bump
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think the field type does matter. Can you elaborate why you'd like to use the "[Chart] Date of First Response" - and not my suggestion with the "now" keyword?
Btw: What you're trying to achieve is offered with the SLA's in Jira Service Management projects out of the box. Alternatively, you can also get one one of the SLA apps on the marketplace if that's more convenient for you.
Cheers,
Matthias.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
doesn't "now" offer the current date and time, not the time of the first response? That is what the Date of First Response field is providing. Please correct me if I'm incorrect. Thank you!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
That's correct, David.
My thought was: The automation always runs when the first comment is created -then now is correct. :)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Matthias,
I just read David´s question and your suggestion about Jira automation and I´m quite thrilled, because this is exactly the problem I had and the solution I was looking for.
I am not into programming and never used automation before, but with your help, it seemed straight forward enough.
Here´s the rule I created:
And it worked! So happy :-):-) ;-)
Then we realized that the custom field we implemented for the rule was also inserted in all issues created before we installed the rule and because of that, the comment created after the installation was considered as first comment, since the custom field was - of course - empty - no matter how many comments the issue already had. That led to ridiculous response times - a no go.
So I decided to mark the older issues with a label or another handy field and include this in the rule.
I chose the field 'Component/s', because it is not used in that project, named it 'No ReponseTime logged' and added it via bulk operation to the older issues.
Then I added a second condition to the rule, excluding the component - and that did the trick.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you for sharing, @Constanze Schmidt!
It's always great to hear how an answer helped someone else and how you've modified the rule to find a solution for your use case.
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.