How to push the values from Text type field to Label type field in JSM?
"Campaign Name" is my text field.
"Generate Campaign Name" is my Label type field.
I want to copy all the values from Campaign Name to Generate Campaign Name in list form.
How can we do this automation.
Hi @shivani shirguppi This will only work for value that have no spaces as labels don't support values with spaces.
You could create an automation rule like:
When: Values changes for Campaign Name
Then: Edit issue fields Generate Campaign name
with smart value {{issue.Campaign Name.value}}
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have you changed the value of the field Campaign Name for an issue? What is the value you entered?
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.