i have a jira filter to show all issues that were open yesterday for a specific component
component = "SW-1" AND status was in (Open, "In Progress") ON startOfDay(-1)
but if during the current day component is changed for one of these issues, this filter does not any longer show it as open for previous component yesterday
Any way to fix this?
The only way to have the issues shown is to retain the component and add components when you require them.
Components field has no history function in JQL.
If you remove the component it is gone from the issue and the JQL will not find this issue anymore.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.