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
Passam,
Thankyou for your help, your instructions make sense. Using the Wiki-markup method is there a way to put a custom field in the cell, so I can attach it to a listener to send an email if the field is out of limit? Also, will it allow me to sum up the column values to have a total?
If not, what is the best app that will do this, its very likely I am using Server version of Jira not cloud.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@matt the add-on which I shared it will support for jira server as well
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@matt In that case you can use single choice field type in the screen
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@matt you can try with multi line text custom field which I have shared in the first reply,if you need table then it will be possible only with Add-on.without add-on it’s not possible
Hope you understand
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is it possible for me to do some coding to get this to work with a table and total? What would I need to start developing with data center?
Is it possible to use scriptrunner in any way possible using html? Getting an add on does not sound like something I can have done.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.