Hi everyone!
We are currently using Idalko's grid plugin, with a couple of questions:
Question 1:
The requirement is to return individual cell values, we were hoping either via rich filter dashboard or structure report.
Currently we are able to return issue types matching criteria via JQL such as:
issue in grids(field name, "column name = cell name")
Question 2:
In addition whilst on the topic of grids. Is it possible to aggregate the data from individual issues onto a single record?
Any advice/guidance is appreciated. If further detail/clarity is needed please let me know.
I noticed you also open a request in our Table Grid Support portal and my coworker Hung already reply to you but here is his last comment:
Thanks for reaching our support. I'm Hung and I will try my best to help you here.
Question 1: The answer is No. You can refer the usage of JQL follow this documentation https://tablegrid.atlassian.net/wiki/spaces/TGNG/pages/1933329/How+to+search+grid+content+with+JQL+search
Question 2: The answer is Yes. While there is no automatic grid aggregation function, we do have a REST and Java APIs so they would be able to set up a script which would pull values from Grids A and B and put the result in Grid C. You can refer the usage follow these documentations:
REST APIs: https://tablegrid.atlassian.net/wiki/spaces/TGNG/pages/1933608/REST+APIs
Java API: https://tablegrid.atlassian.net/wiki/spaces/TGNG/pages/1933637/Java+APIs
Regards,
Dam
(Community Leader and member of Table Grid Team)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.