I need to run a JQL query where my fixversion = 2024.
Jira has a lot of date functions but I don't see anything similar to Year() so I could use fixVersion = Year() in my query.
Is this a doable task in JQL?
Hi @Anna
Fix Version is not a date field in the system, so there are no JQL clauses in relation to date.
Each JQL option can have different operators.
See them here: https://confluence.atlassian.com/jirasoftwareserver/advanced-searching-fields-reference-939938743.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.