Hey everyone!
I have an reminder issue type for annual activities that need to be done annually, these have a date field that I want to flag on a dashboard, but ideally I don't want to keep updating queries or dates so I would like to be able to flag things where the month is the next month.
Any thoughts?
thanks,
Hi @Toby Moore ,
Try using Startofmonth () JQL f, StartOfYear() JQL functions and play around
https://support.atlassian.com/jira-software-cloud/docs/jql-functions/#startOfDay--
Hi @Toby Moore
Unfortunately, JQL doesn’t support extracting or comparing just the month from a date field without year. However, you can use Automation to achieve this. This is what I'd do :
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.