Help

Summarized table, grouped by a particular variable (Jira integration)

Topic Labels: Base design
426 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Beth_Raddatz
4 - Data Explorer
4 - Data Explorer

I am working on outputting some specific BI metrics, including an issue dump from Jira and an opportunities tracking sheet. The issue I am running into is that we are trying to create a summarized table, grouped by a particular variable, and we are are stuck doing too much manual work.

image

We have a long format table, with multiple “issues” per project. Each record has an issue name, and the project name, along with other information. There are thousands of issues on this table.

image

We want to, for example, count the number of records per project, but we don’t want to do this in an interface. We want to create a new summary table where those values are stored. We have tried using COUTALL and Rollup, and that works for counting the the once they are manually added selecting them through “find an existing record.” But this manual work is exactly what we are trying to avoid.

image

Since our issues table is synced with Jira Cloud and automatically updates, we want to have the summary table update too, and not have to manually add the linked records to count them.

Would really appreciate some advice on this, even if it means we would need to add a script, formulas, or some programming.

1 Reply 1

Hi Beth, what if you made a linked field from the issue dump table into the summarized table, and used an automation to paste the project name into the linked field?

The summary table would then have one record per project, and you could then do a count field to get the issue numbers per project?

I’m not sure how you’d like your summary table set up, so let me know this doesn’t work for you and I’ll see what else I might be able to suggest