Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,560,332
Community Members
 
Community Events
185
Community Groups

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

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!

2 answers

1 accepted

0 votes
Answer accepted
Raziman Dom - Ricksoft
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
Oct 07, 2020

You only need to change from this:

def desc = getFieldById("description")

to this:

def desc = getFieldByName("Reference Links")

The rest should be the same

Hi Raziman

I used same code in my jira  for the same Description field

But it applied to globally for all project even i limited to one project and issue type.

Can you suggest how i can restrict to only the single project

 

Thanks 

Vishal

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events