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
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
created >= startOfYear() / created <= endOfYear()
https://support.atlassian.com/jira-software-cloud/docs/jql-functions/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.