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
Hi,
I am thinking about the best solution for the problem.
When I am changing the status from In progress into Done. I have a popup with comment field:
May I pre-populate this field with information about tests fulfilled by the user.
For example:
I am not able to use post-function for Workflows because it should work only for one team from 20 that use this workflow. So I thought about Listener or Behaviour from Adaptavist. But the easiest is not working for me:
def desc = getFieldById("comment-wiki-edit")
def defaultValue = """ XXXX """
if (!underlyingIssue?.description) {
desc.setFormValue(defaultValue)
}