Is there any way to create a table type field? Or is there a way to associate a field with multiple fields or a parent field with multiple child fields
Is there such a field?
Hi @Chen Qiu - unfortunately Jira does not have a Table Type field. It's a very old suggestion that was denied: https://jira.atlassian.com/browse/JRACLOUD-6696
Probably part of why Atlassian didn't do it is because several third-party vendors made plugins to fill the need.
On Data Center (on-prem) there is:
And on both DC and Cloud we have:
And on Cloud we have:
(I have a little bit of experience with Table Grid Next Generation. It worked ok.)
If you create a Paragraph/multiline text field and configure the renderer for the field to support Wiki Markup, you could have what looks like a table in your issues, by using code like:
||Heading 1||Heading 2||
|Col A1|Col A2|
However it's not editable in table-view. People will need to understand WIki Markup.
Good HOWTO here that also discusses the limitations:
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.