Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a way to capture the first comment date and time details for external usage.

Sagar B R November 2, 2022

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 

1 answer

1 vote
Mark Segall
Community Champion
November 2, 2022

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:

  • TRIGGER: Issue Commented
  • CONDITION (Issue Fields Condition):
    We'll verify that your field hasn't already been populated
    • YOURFIELD
      IS NOT EMPTY
  • ACTION: Edit Issue (YOURFIELD)
    • {{comment.updated}}

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
CLOUD
PRODUCT PLAN
STANDARD
PERMISSIONS LEVEL
Product Admin
TAGS
AUG Leaders

Atlassian Community Events