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)
}
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.