I have a wiki style field that I want to prefill with a table. I have found some articles where you add some text to prefill in the fields but I want to prefill a full table. Would that be possible?
Hi @Stephan Griesel Welcome to Atlassian Community!
Yes, you can set a default value of that field in Field Context, to pre-populate table in a field when anyone click on Create button.
|| Heading 1 || Heading 2 || Heading 3 ||
| Row 1, Col 1 | Row 1, Col 2 | Row 1, Col 3 |
| Row 2, Col 1 | Row 2, Col 2 | Row 2, Col 3 |
| Row 3, Col 1 | Row 3, Col 2 | Row 3, Col 3 |
Ah yes of course, thank you. Just the usual markup in default custom field, that worked for me. I also used this as reference on where to find custom fields: https://support.atlassian.com/jira-cloud-administration/docs/create-a-custom-field/
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.