Hi, i have created a form on JSM , I would to autofill the summary field : Select <user>.
Where is user i would like to have a way to select what user i want. Is there to do that? I have created a custom field user picker and i would like to used on summary field.
The best way you could do this is to make sure that the summary is up to date any time the particular user field is updated. create an automation:
trigger - field value changed - select field for any operation
action - edit issue - select summary - Then you can use the following smart values to paste in the value into the summary field.
Use {{issue.summary}} - {{issue.customfield_xxx.displayName}}
the {{issue.summary}} is there to make sure you don't overwrite the previous summary
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.