The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Jira filter does not consider change of component

ΣΟΦΙΑ ΦΟΡΑΔΟΥΛΑ
July 31, 2024

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?

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Marc -Devoteam-
Community Champion
July 31, 2024

Hi @ΣΟΦΙΑ ΦΟΡΑΔΟΥΛΑ 

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.