Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Closure Date not getting auto updated using automation rule

Manoj
Contributor
March 11, 2026

Hello Community members,

I am seeking your guidance on one of the use cases which is not working while setting up automation rule.

When ticket's transit from "in progress" to "closed" then custom field "Closure date" should get automatically filled.

To achieve this i had applied automation rule 

When issue transitioned: from status is empty and to status is closed.

Action - Edit issue - Closure Date (date picker field) should be updated.

While checking the logs i found below error.

Unknown fields set during edit, they may be unavailable for the project/type. Check your custom field configuration. Fields ignored -
Closure Date (customfield_23822)
No fields or field values to edit for issues (could be due to some field values not existing in a given project):

And i have verified my field configuration & screens as well but i didn't see any challenge here.

Kindly suggest resolving this issue.

 

Thanks!

 

 

2 answers

1 vote
Arkadiusz Wroblewski
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 11, 2026

Hello @Manoj 

From the error shown, I would probably look less at the date format itself and more at whether Closure Date is actually editable in that specific context.

The key part is:

"Unknown fields set during edit for Closure Date"

In my experience, that usually points to one of these areas:

  • The field is not available for that project / issue type
  • The field is hidden in the field configuration
  • The issue is no longer editable once it moves to Closed
  • Or the rule actor does not have the required permissions

So my first thought would be:
the transition to Closed is working correctly, but after the issue reaches that status, Automation may no longer be able to update Closure Date.

I would suggest checking:

  • The field context
  • The field configuration
  • The rule actor permissions
  • Any workflow properties on the Closed status or transition

If needed, it may also be worth testing whether setting the field during the transition works better than updating it afterwards.

0 votes
Enric Font
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 11, 2026

Dear @Manoj 

Is the field Closure Date in the Edit screen?

Has the field Closure Date a valid context for the Project/issuetype?

 

You can check the configuration quickly with Smart Configuration: Documentation for Jira  https://marketplace.atlassian.com/apps/1221996/smart-configuration-documentation-for-jira?hosting=cloud&tab=overview

 

Manoj
Contributor
March 11, 2026

Dear @Enric Font 

Thanks for responding, yes field closure date is in the Edit screen ( as checked in screen configuration it appears on edit, create and view screen as well) 

yes closure date has valid context for the project and relevant issue types as well. 

i have checked all the possible ways to resolve this but still finding a right solution.

Thanks

Enric Font
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 11, 2026

rule actor (Automation user) has the following permissions:

  • Browse Projects

  • Edit Issues

 

One option you have is force the Edit with:

  • Action: Edit issue

  • Use More options and set:

{
"fields": {
"customfield_XXXXX": "{{now.jiraDate}}"
}
}

 

Change customfield_XXXXX by the id of your field.

 

Manoj
Contributor
March 11, 2026

Hi Eric,

I have already tried this method as well unfortunately that is not working too.

still getting below error

Unknown fields set during edit, they may be unavailable for the project/type. Check your custom field configuration. Fields ignored -
Closure Date (customfield_XXXXX)
No fields or field values to edit for issues (could be due to some field values not existing in a given project):
Enric Font
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 11, 2026

Have you got workflow properties in the closed status blocking the issue edit?

Manoj
Contributor
March 11, 2026

Enric,i dont think so, issue is not blocked but check below image.

Under transition properties i could see the following inputs in the project.

jiratransition propt.png

Enric Font
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 11, 2026

You need to see closed status properties because the automation rule is triggering after your issue is in the closed status:

  • Go to your workflow.
  • Click on Edit workflow
  • Select the closed status
  • Open status properties

5.png

Manoj
Contributor
March 11, 2026

I am using jira sever so seems UI is different, let me try it quickly

Manoj
Contributor
March 11, 2026

jira.issue.editable.pngi got to see it, property value is false, should i delete it or what is the next step here?

Manoj
Contributor
March 11, 2026

I removed this property and re-run the automation flow but when ticket marked closed this does not update the closure date however when i refresh the ticket then ticket populate the closure date

Arkadiusz Wroblewski
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 11, 2026

@Manoj 

So yes, removing that property was the right next step. The remaining behavior looks cosmetic/UI-related rather than a rule problem.

Like Manoj likes this
Enric Font
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
March 11, 2026

Yes. This is because the automation is triggered seconds after the issue goes to the closed status.

Probably would be better if you chage the mecanism to set the Clousure Date with a postfunction instead of an automation. With postfunction you will see the clousure Date populated inmediately

Like # people like this

Suggest an answer

Log in or Sign up to answer
DEPLOYMENT TYPE
SERVER
PRODUCT PLAN
STANDARD
TAGS
AUG Leaders

Atlassian Community Events