Forums

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

How do I definitively determine when an issue is Accepted (moved to the last column)?

Randy O_Neal
Community Champion
February 28, 2023

OK... so I'm trying to isolate when an issue is transitioned to the last column on my Kanban board via JQL.  The status is Accepted, and I need to establish the date/time when the issue reaches Accepted.  Here's why: I'm trying to capture everything that's been accepted during the last two weeks.  At the moment, I'm using this:

project = [project] AND issuetype in (Bug, Story) AND status IN (Accepted) AND Status changed during (startofDay(-14d) ,endofDay())

Our last issue management system had a specific date - AcceptedDate - which made it easy to determine.  Does the above JQL pass the smell test, or is there a better, more accurate way to accomplish this?

1 answer

1 accepted

3 votes
Answer accepted
Trudy Claspill
Community Champion
February 28, 2023

Your JQL looks correct to me.

If you need to absolutely record the date an issue transitions to a specific status then I would recommend that you create a custom field for recording that date/time and set the value using an Automation Rule.

Jira issues have a Resolved date that corresponds to when the Resolution field gets set, but that might not be the same date that the issue changes to your target status. That would depend on your workflow.

Kelly Arrey
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 1, 2023

Alternatively, you could add an "Update Issue Custom Field" post function to the transition to that status. 

Like Trudy Claspill likes this

Suggest an answer

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

Atlassian Community Events