Hi There,
Initially, I created an automation rule that will auto fill a custom field with the latest comment.
This was working until I created the custom field in another project with the same name and then I get the error below.
Error: Additional fields contains invalid field(s) in 'update' or 'fields' section: Status Comments
The automation rule is a below.
{
"fields": {
"Status Comments":"{{issue.comments.last.body}}"
}
}
Even if I deleted the custom field and create it afresh, it still gives me the error.
My task is to have custom fields on multiple projects with the same name and pull the latest comment.
Kindly advise
Hi @Fayzan Nohur and welcome to the community,
You mean you want to have XX number of custom fields named "Status Comment" and place each field to just one project? If yes, why you want to do that? You need only one field which you will place to all your projects.
Hi,@Alex
We have created a custom field under issue- custom field but unable to see it on the project configuration. Then we have created the field directly on each project.
Do you have a solution for this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Are you on a team managed or company managed project? What does it say on the bottom left corner?
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.
Unfortunately custom fields you create on team managed projects, "lives" only on that specific project. So you replicated the rule on the second project and the audit log yields this error?
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.