I have a Cutom field in JIRA Custom filed called "Client" and I have created another Custom Field in JSM Organization Called "ClientName". I need to update ClientName from Organization to Issue when a new issue is created. How can i achieve this?
Dear @Prem Kumar S ,
On your automation, have an edit action to set an value.
ClientName={{issue.customfield_xxx}}.
customfield_xxx - this will be your custom field name for Organization.
Hope this helps!
Vijay
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.