How to get the status change time

Natnael Demelash
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
November 21, 2024

 

 

  const lastStatusChangeTime = new Date(ticket.fields.statuscategorychangedate)

This provide the status category change(

 

if an issue were transitioned from "InProgress" to "In Review" or from "Done" to "Resolved") but i need to know the exact time of status change date instead of Status Category.

 

1 answer

2 votes
Nikola Perisic
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
November 21, 2024

Welcome @Natnael Demelash 

You can use the API call to get the status change time which is 

GET /rest/api/2/issue/{issueIdOrKey}/changelog

Suggest an answer

Log in or Sign up to answer