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: 
  • Community
  • Q&A
  • Jira
  • Questions
  • Is there any way we can find in itrack through querying for the defects which are passed fixversions

Is there any way we can find in itrack through querying for the defects which are passed fixversions

Vara Prasad
March 27, 2025

 

 

Is there any way we can find in itrack through querying for the defects which are passed fixversions of the present day

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Murat Seven
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 27, 2025

Hi @Vara Prasad ,

 

Go to Filters > issue search in Jira, switch to JQL mode, and enter the query;

fixVersion in releasedVersions() AND fixVersion < now()

 

Vara Prasad
March 27, 2025

hi

Vara Prasad
March 28, 2025

gh