The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

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

Default value for Wiki Style Renderer Description field (System field)

Joe
March 29, 2020

What I did was, I went to the respective Field Configuration of the project, and edited the description of the Description field

Following is the code I wrote:

<script type="text/javascript">
if (document.getElementById("description").value == "") {
document.getElementById("description").value = "Default Value for Description";}
</script>

 

But the problem is that, now I see the default value for the Description field ONLY when I'm on the Text mode not the Visual mode and I want to figure out how to see the default value when I'm on the Visual mode

0 answers

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question