You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
I have a Short Text description field.
I want to get the data of this Description Field called "Product Article Number" in the Summary. So I wrote a script that when the issue is created, it edits the summary and added a smart value to get the data from the Description Field:
It is not working. The summary gets updated to the word "Summary" (which I placed just for testing, it will be removed) and after that word, nothing, blank; why? If I remove the word summary I get an error that says "A summary must be entered".
Is the syntax wrong?
Thanks!
D
I see two problems. The first one is easy to solve. Instead of summary use the smart value {{issue.summary}}.
The second part, "Product Article Number" if it's a text custom field the smart value {{issue.Product Article Number}} should work, but the field can't be empty when the issue is created (You're using the trigger "Issue is created").
I hope that helps.
Cheers,
Melo
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.