Forums

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

How do I capture the date an issue moved to a particular status?

amara_welling September 3, 2021

I need to display a Jira issue on my Kanban board only for a week after it changed status from "To Do" to "Ready for Development". Is there a query that will help me do this? 

1 answer

1 accepted

3 votes
Answer accepted
Leo
Community Champion
September 3, 2021

Hi @amara_welling,

You can setup new date field and add a post-function to that particular status transition"To Do" to capture the date 

Using the same field you can define jql query as below

"Ready Date" >= -7d

 

BR,

Leo

amara_welling September 3, 2021

@Leo thank you. What is a post-function, can you please explain this to me? I'm a bit of a novice :) 

Many thanks

Leo
Community Champion
September 3, 2021

it is an operation/event executes immediately after the transition happened.

you can refer this article for more details and steps: https://support.atlassian.com/jira-cloud-administration/docs/configure-advanced-issue-workflows/

 

BR,

Leo

Like amara_welling likes this
amara_welling September 3, 2021

@Leo thank you! I will read up on this and try it out!

Suggest an answer

Log in or Sign up to answer