Quantcast
Channel: Hot Weekly Questions - Web Applications Stack Exchange
Viewing all articles
Browse latest Browse all 9843

Sort GS table by column values into new separate tabs

$
0
0

What I am trying to achieve:I have a JIRA table output containing (aside of other columns) task name, story points and logged time.Story points are meant to be a Scrum story point which defines complexity of a task by Fibonacci sequence (1, 2, 3, 5, 8, 13, ...).

So output might be

Task idStory pointsWorked (h)
015
1210
2212
3214
4510

And my goal as to take a whole table from sheet (which can hold any number of records- 1, 50, 1000), select records with same story points and put them into separate tabs.

So there will be tabs named: Source, 1, 2, 3, 5, 8, 13, ...

Tab 1 will contain

Task idStory pointsWorked (h)
015

Tab 2 will contain

Task idStory pointsWorked (h)
1210
2212
3214

etc.

Is it possible to achieve this somehow in GS? I would like to do that on end of every sprint (output data from jira, past it in first tab and somehow trigger funcion which will sort these records for me)


Viewing all articles
Browse latest Browse all 9843

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>