Description : When ever the bug ticket gets created, we wanted to check average response time (First comment) for external usage. Can someone help with the JQL query or any other source to get this data for the external use.
Thank you
Hi @Sagar B R and welcome to the community!
This is not something you can get natively from JQL. However, you could use automation to capture the first comment timestamp in another field and perform JQL against that field. For example:
{{comment.updated}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.