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?
I don't think that is possible with standard JQL because:
But may I suggest a workaround for your automation.
If you're looking to retrieve Start Date and Release Date dynamically and use them in an automation, you can do the following:
You can use a Send Web Request Block using the following:
Headers:
Then use these smart values to get the Start Date and Release Date.
Hope it helps!
Hi @Mattia Gibilaro -- Welcome to the Atlassian Community!
That is not possible with the build-in features of JQL.
As workarounds you could:
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
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.
It looks like you're new here. Sign in or register to get started.