I want to check if anyone have used committed date which is older than 90 days of Jira creation.
"Committed Date" < startOfDay(-90d)
But getting error, i think "Committed Date" is not able to extract the date information properly.
Appreciate your help on this, thanks
I think these values are available as issue properties
issue.property.development.[commits]
There is some more information here.
However it doesn't refer to any ways to get the committed date.
If you have a version of Jira with Automation included you could try setting up a rule to listen for "Commit created" and set a date custom field for reporting.
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.