can someone provide JQL to find jira issue that are not moved out of a team queue for x days
Hello @Santosh Panigrahy
Welcome to the Atlassian community.
With what type of project are you working? That information can be found on the View All Projects page under the Projects menu.
How do you identify that an issue is in a particular team's queue? Is that based on the Status of the issue, or on some other factor?
project = "Project X" and component = "xyz" AND status not in (closed, resolved)
i want all tickets did not moved out of component(team queue) field for more than 48hr/2days ? ? ( ticket may have updated or status would have changed -both are not factor to consider )
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jira does not have a native JQL method to filter based on the date of change for the Components field.
There might be a third party app that would help you achieve that requirement. Are you willing to consider paying for a third party app?
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.