Forums

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

I have a current JQL script that is project = “DPC All Engines” AND squad=“IE”.

Elizabeth Abidakun
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!
September 10, 2024

The script is bringing all epics in the past fiscal year and current one, however I want it to only bring up the current year. Can you please help with what I need to add to the script? Thanks 

1 answer

1 vote
Florian Bonniec
Community Champion
September 10, 2024

Hi @Elizabeth Abidakun 

 

Is it a JQL you are looking for ? How do you define an Epic / fiscal year ?

 

project = 'DPC All Engines' AND squad='IE' AND type = Epic and DATFIELD >= 2023-01-01 and DATFIELD < 2024-01-01

Regards

 

Ralf Fehling
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.
September 10, 2024

created >= startOfYear() / created <= endOfYear()

https://support.atlassian.com/jira-software-cloud/docs/jql-functions/

Suggest an answer

Log in or Sign up to answer