Custom fields customization - HTML Table

Lucas Boczkowski January 6, 2013

Hi Atlassian.
I have a doubt about custom fields customization.
I want to display an HTML table when I tick a custom field (could be a check box or radio button custom field, with YES and NO options). When I tick YES, it displays the HTML table.
How can I do that?

By the way, I think the HTML table could be in a description of the custom field.

Thanks!

My HTML table is:

<TABLE BORDER="3" CELLSPACING="5" WIDTH="150" ALIGN="CENTER">
<TR BGCOLOR="#5B9ABF">
<TD><b><big><big><center>Actividades/Iniciativas</center></big></big></b></TD> <TD><b><big><center>Asesoría</center></big></b></TD> <TD><b><big><center>Proyecto</center></big></b></TD> <TD><b><big><center>Actividad periódica</center></big></b></TD> <TD><b><big><center>Capacitación</center></big></b></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Comunicar capacitación</center></big></b></TD> <TD></TD> <TD></TD> <TD></TD> <TD><center>X</center></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Correr encuesta</center></big></b></TD> <TD></TD> <TD></TD> <TD></TD> <TD><center>X</center></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Diagnosticar</center></big></b></TD> <TD><center>X</center></TD> <TD></TD> <TD></TD> <TD></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Ejecutar actividades</center></big></b></TD> <<TD></TD> <TD></TD> <TD><center>X</center></TD> <TD></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Ejecutar capacitación</center></big></b></TD> <TD></TD> <TD></TD> <TD></TD> <TD><center>X</center></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Generar informe de avance periódico</center></big></b></TD> <TD><center>X</center></TD> <TD><center>X</center></TD> <TD></TD> <TD></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Generar informe de cierre</center></big></b></TD> <TD><center>X</center></TD> <TD><center>X</center></TD> <TD></TD> <TD></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Generar informe de resultados</center></big></b></TD> <TD></TD> <TD></TD> <TD><center>X</center></TD> <TD></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Generar plan de acción</center></big></b></TD> <TD><center>X</center></TD> <TD><center>X</center></TD> <TD></TD> <TD></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Investigar</center></big></b></TD> <TD><center>X</center></TD> <TD><center>X</center></TD> <TD></TD> <TD></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Planificar</center></big></b></TD> <TD><center>X</center></TD> <TD><center>X</center></TD> <TD><center>X</center></TD> <TD><center>X</center></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Preparar capacitación</center></big></b></TD> <TD></TD> <TD></TD> <TD></TD> <TD><center>X</center></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Procesar datos de encuesta</center></big></b></TD> <TD></TD> <TD></TD> <TD></TD> <TD><center>X</center></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Proponer solución</center></big></b></TD> <TD><center>X</center></TD> <TD><center>X</center></TD> <TD></TD> <TD></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Realizar reuniones de seguimiento</center></big></b></TD> <TD><center>X</center></TD> <TD><center>X</center></TD> <TD></TD> <TD></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Registrar lecciones aprendidas</center></big></b></TD> <TD><center>X</center></TD> <TD><center>X</center></TD> <TD></TD> <TD></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Relevar</center></big></b></TD> <TD><center>X</center></TD> <TD><center>X</center></TD> <TD></TD> <TD></TD>
</TR>
<TR>
<TD BGCOLOR="#5B9ABF"><b><big><center>Tomar métricas</center></big></b></TD> <TD></TD> <TD><center>X</center></TD> <TD></TD> <TD></TD>
</TR>
</TABLE>

2 answers

1 accepted

0 votes
Answer accepted
darylchuah
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
January 7, 2013

Hi Lucas

unfortunately, i don't think is possible to perform this in JIRA by using the default functionality. It will required high level of customization of the background application coding for it.

Perhaps if you are interested in customization in custom field, you can read more on this documentation for reference : https://developer.atlassian.com/display/JIRADEV/How+to+create+a+new+Custom+Field+Type

0 votes
Lucas Boczkowski January 7, 2013

Ok, Thank you Daryl.

Best regards.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events