In one of the projects, we need to set up automation rule which is
"Whenever we assign someone on the ticket, the developer field should be updated automatically, and vice-versa"
You can use postfunction Copy Value From Other Field and Assign to Current User for this purpose. I would create field Developer (it can be read only field on screen or hidden at all), it will only save Developer user. And configuration of workflow can be
Let me know, if anything is not clear enough.
Have you tried to write some automation on your own?
When you say when assignee is updated, developer field (custom field) should be updated.
This can be handled via an automation,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, have tried several rules but none worked.
Yes, need help with automation rule only.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Assuming your developer field is a multi user select field
For assignee to developer field, you can do
Trigger
When Field value changes for Assignee
Then use advanced json edit to update developer field.
Note: in the below SS I have development manager. You need to use the field that you have.
Once this works, the reverse you should be able to write on your own
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.