I have set up an automation in JIRA that works as follows:
- WHEN: Issue transitions from (in progress, resolved, reopened and/or opened) to (closed).
- IF: Issue type is one of (task, sub-task, story and/or bug)
- THEN: Edit issue field (Custom field date picker) using the following smart value: {{now.jiraDate}}
When I tested the automation, the custom field wasn't modified. When consulting the audit log, it shows that the issue met the conditions (so steps 1 and 2 are properly programmed) but when performing the edit action (step 3), no edit was made. JIRA suggests 2 possible reasons:
- No fields or field values to edit for issues (could be due to some field values not existing in a given project) - not the case, as I already checked the custom field is included within the screens of the project.
- Unknown fields set during edit, they may be unavailable for the project/type. Check your custom field configuration - neither the case, as this custom field is configured to be available for all projects in our instance.
At this point I'm stuck and I don't know how to proceed - any ideas? Thanks a lot in advance!