As an admin, it seems like I don't have access to System Fields. I'm trying to add default values to the Description field for the Bug Issue Type. I've tried following this documentation but I don't have access to System Fields. https://confluence.atlassian.com/adminjiraserver/configuring-contexts-and-default-values-for-the-description-field-1047552727.html
Any help on how to view all System Fields would be great, thanks!
System fields are locked in Cloud. The article you referenced is for Server.
You could consider using automation to add any redefine text to the description after the issue was created.
trigger - issue created
condition - type = bug
action = edit issue description
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.