Hi Jira Community,
I'am want to make an automation so that when an issue is transitioned to "Done" it will automatically set the custom field "actual end date" to current date (not due date or target end date, but the actual date it's moved to "Done").
My primary question:
- What is the correct JQL?
Supplemental questions:
- Maybe are other easier ways than JQL?
- Finally, should I start learning basic JIRA JQL? (I'am new in the job as a project coordinator in IT - no coding experience).
Here is my JQL, that didn't work:
{
"fields": {
"actual end date": {now.dayOfMonth}
}
Audit log regarding the automation that was tried to implement:
"Action details:
Error while parsing additional fields. Not valid JSON."
Screenshots of 'Custion field "actual end date"' automation:
Best regard
Fuji - project coordinator in IT department (project adminitrator in Jira)