I would like to see if there is a way in Jira to create a table in the issue screen that is able to highlight cell dynamically and calculate sum.
Hi @matt
Welcome to the community,
Yes this can be possible through Add-on
Table Grid Next Generation for Jira Cloud, This features includes, such as calculated cell values or conditional cell shading. If you are looking to get as close as you can to an Excel-like table, this plugin is likely your best bet.
Depending on what your specific use case is, you can also take advantage of Wiki-markup tables if you just need the "look" of a table without any advanced functionality. However, there are some implications for your Jira instance you should be aware of if you choose to change the renderer for a custom field.
To do this, you will need to create a custom field and then specify the field's behaviour:
You can now use Jira's text formatting notation guide to place a table inside of this custom field, by editing the custom field value in an issue using the following notation:
||heading 1||heading 2||heading 3||
|col A1|col A2|col A3|
|col B1|col B2|col B3|
Hope this helps
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.