I was wondering if you can track tickets in JIRA, meaning, if a ticket on the Kanban board was at "Ready to Release" then kicked backed to "code review". Is there any way we can monitor things that were kicked back? Please advise.
Community moderators have prevented the ability to post new answers.
@Danielle.Hawkins , try using this JQL for when the status of an issue changes:
Status changed FROM "status_A" TO "status_B"
You could always add a time constraint to the JQL to limit the results to today for example.
Additionally, if you have Automation for Jira, you can create an automation that send a notice when an issue is transitioned.
gl- pjs
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Danielle - Welcome to the Atlassian Community!
You can do a query such as Project = ABC and status changed from "Ready to Release" to "Code Review"
You can set up an automation rule to email you wen that happens. Or you can do a filter with a subscription that would email you once a day.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.