how to report the initial assignment date based on a status in jira?
In Jira, there’s no native field that automatically stores the initial assignment date for an issue, but you can achieve this through a combination of custom fields, automation, The most common approach is to create a custom date field called something like “Initial Assignment Date” and then use Jira Automation to populate it when the issue first transitions into the status you care about (for example, when it moves to “Assigned” or “In Progress”). The automation rule would trigger on the status change and set the current date in that custom field only if it’s empty, ensuring it captures the first assignment date and doesn’t overwrite later changes. Once this field is populated, you can include it in JQL queries, filters.
Hope this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.