Can we have direct report from where we can know the number of days between "Created" and "Date of First Response" fields in JIRA?
Use a scripted field using Script Runner plugin, and take the different between Created and First Response fields.
I would agree that creating a script field is the easy option to show desired information in issue screen.
But can you actually make it visible in issue navigator and make it searcheable?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, you can. Check the docs: https://studio.plugins.atlassian.com/wiki/display/GRV/Scripted+Fields
If you just want to query and not display you could do:
issueFunction in expression('', 'DateOfFirstRespose > created + 10*d')
for instance, to find issues where the response date was more than 10 days after creation.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. However, our current JIRA version is 4.3.4 and this plugin support 5.1-5.2.4
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, click "All Versions" in the market place link - https://marketplace.atlassian.com/plugins/com.onresolve.jira.groovy.groovyrunner
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.
The "Date of First Response" is a cutome field and direct report means JIRA report from which we can get this info.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What is 'direct report'? I assume you have some work around to get day before first response.
BTW What is "Date of First Response"? Is it a custom field?
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.