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,554,784
Community Members
 
Community Events
184
Community Groups

I want to add prepopulated questions to a description in a JIRA ticket

Iker Salazar
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
Mar 27, 2023

JIRA.png

I wanna modify that part

1 answer

1 vote
Radek Dostál
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 Leaders.
Mar 27, 2023 • edited

Can't do it out of box.

Well, officially. Unofficially, you can write javascript into field description in field configuration (and that field configuration must be only used by that 1 specific project so as not to call that javascript anywhere else) which would populate the textarea, but it's a b**** and a half to maintain javascripts that way.

Atlassian actually have a KBA how to do exactly this for Summary - https://confluence.atlassian.com/jirakb/how-to-set-default-value-for-summary-field-in-jira-800692650.html ; Description will be essentially the same.

 

Officially, you would need 3rd party apps. The one we use for similar purposes is ScriptRunner (https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?hosting=datacenter&tab=overview) which has behaviours that allow to customize the default text for system fields:

 # https://docs.adaptavist.com/sr4js/latest/features/behaviours

 

I'm sure there are some other apps that do it (and they probably work w/ javascript anyway, but at least it's easier to maintain it through custom plugin UI). ScriptRunner is packed with a ton of other features so unless you already have it, best to look for something else as SR would be pricy if this was the only use case for it. Can't say I can think of an app from the top of my head though as we use behaviours for this in all cases pretty much.

Suggest an answer

Log in or Sign up to answer