I have created an automation for one of my projects using the "issue transitioned" trigger which then updates a datepicker field through the "edit issue" option. I have implemented this exact automation in 3 other projects and followed the same process for all, however solely this project returns the following error message:
Hello @Akina Yoshida
Welcome to the Atlassian community.
Are the projects with which you are working Team Managed projects or Company Managed projects?
Can you show us the details of the rule?
Can you show us an example issue from the project, showing us the "Done Date" field?
Jira does not prevent the creation of multiple custom fields with identical names. On top of that in Team Managed projects each project can create its own custom fields again using the same names as other fields that already exist.
In that case you may need to identify the unique custom field identifier for that field in that project using the method described here:
https://support.atlassian.com/cloud-automation/docs/find-the-smart-value-for-a-field/
Once you have that you would then have to edit the field using JSON rather than simply picking the field from the available field list.
You may find that there is a context on the done date field stopping the issue being edited on the issue. With custom field with duplicated names. Just use the {{issue.customField_<insert field number>}}. You don’t need to edit using json
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the Edit Issue action how do you specify the field you want to edit by using a smart value for that field, if not by using the JSON edit option? Please share a screen image.
I don't see an option to use a smart value for identifying the field to be edited.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Trudy Claspill I have included screenshots of how this appears within the issue and is set up.
When setting this up, I followed nearly an identical process for the "Created" and "In Progress Date" automations which have been working fine.
@Dan Tombs As said above, if you could include a screenshot of how to use the custom field without needing JSON, please provide.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are the projects with which you are working Team Managed projects or Company Managed projects?
Are you able to edit the field directly when you are viewing the issue?
If you go to the issue search screen (View all issues under the Filters menu) and type Done Date into the JQL field do you get multiple matching fields?
Example:
If you are not a Jira Admin, can you also check with your Jira Admins to confirm with them that there are not multiple custom fields with this name?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Akina Yoshida welcome to the community!
Can you provide more information from your automation rule? perhaps a screenshot would be very helpful?
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.
Hello, You can try using custom field ID in the automation rule action or if you could find the duplicate field with same name, you can re-name the field to different name.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Mohanraj Thangamuthu could you include a screenshot of how to set up the rule in order to use the custom field ID?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi, Please refer to the examples in this link . https://support.atlassian.com/cloud-automation/docs/advanced-field-editing-using-json/
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.