How to filter for ticket added to fixversion after release date

Mattia Gibilaro
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 21, 2025

In release page I have 2 data field: 

1) Start Date 

2) Release Date

I want to filter ticket added to that fixversion after the "Start Date". 

Who can I do it with JQL filter? 

 

2 answers

0 votes
Mattia Gibilaro
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 21, 2025

As workaround I need to find a way to monitor that 7 days before the "release date" no other ticket will be added to the fixversion.

0 votes
Bill Sheboy
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 Leaders.
January 21, 2025

Hi @Mattia Gibilaro -- Welcome to the Atlassian Community!

That is not possible with the build-in features of JQL.

As workarounds you could:

  • investigate marketplace addons which add to JQL, or
  • you could use the CHANGED operator and hardcode the Start Date in the JQL

Please see this documentation page to learn more about the CHANGED operator: https://support.atlassian.com/jira-software-cloud/docs/jql-operators/#CHANGED

Kind regards,
Bill

Suggest an answer

Log in or Sign up to answer