You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi Anyone,
How can i create table custom field in jira without plugins, I'm using Jira server version.
Regards,
B.S.Teja
you can create a text-field multi line with a default value containing a table (as text).
Unfortunately, using that approach, table could be also deleted by user (because it's a text)
This is the only thing you can do without using plugins.
Hope this helps,
Fabio
Hi Fabio
Thanks for reply, can we know what to give default value containing a table (as text)
Is this any code ?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can't do that either, the default values can only be set to text
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
JIRA Admin > Issues. In the Fields section, click Custom Fields. Find the custom field you want to configure and click include > Configure. And "edit default value" button.
Value should be :
|| Heading 1 || Heading 2 ||
| Value 1 | Value 2 |
Remeber that you should change the field render to wiki markup in the related field configuration.
Please try and let me know.
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Fabio,
It's working, but please find my attachment.
In that by default, the field is showing text view, but when i manually click on Visual only it will show the box kind of thing
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it is fixed.
After changed to Free text searcher option in field edit, by default it is showing visual text
But one more problem is, this is not showing the same format in customer end portal,
Is there any solution to fix this?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
at portal side, you can't set a default value for a field (https://jira.atlassian.com/browse/JSDSERVER-4133)
The only way to do that is a behaviour provided by ScriptRunner app.
Sorry for that.
Ciao,
Fabio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Fabio Racobaldo _Herzum_ you said "Remeber that you should change the field render to wiki markup in the related field configuration." => how do I do that?
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.