Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Auto-populating multi-line text field (Scriptrunner Behavior)

Joe Doherty
Contributor
September 9, 2020

I have been using the following Behaviors script to auto-populate the Description field with some canned text from the create screen:

def desc = getFieldById("description")

def defaultValue = """

Default Text Here

""".replaceAll(/ /, '')

if (!underlyingIssue?.description) {
desc.setFormValue(defaultValue)
}

I'm looking to setup the same behaviour for a custom multi-line text field I've named "Reference Links".

Can someone help with the syntax needed to accomplish this? Thanks!

1 answer

Suggest an answer

Log in or Sign up to answer
0 votes
Ravi Sagar _Sparxsys_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 18, 2021

Hi @[deleted] 

Add this on top of your code.

def issueKey = issue.key

I hope it helps.

Ravi 

Deleted user
January 18, 2021

Hello, 

Thanks for your response - unfortunately I have tried this and it is not working.

Maya

Ravi Sagar _Sparxsys_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Champions.
January 19, 2021

Hi @[deleted] 

In that case I suggest raise a support request so someone cane take a look at it.

All other scripts are working?

Ravi

TAGS
AUG Leaders

Atlassian Community Events