Creating dashboard/report with sum of logged/estimated time, fix versions of linked issues

zaharovvv_suek_ru
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 29, 2018

I would like to create dashboard/report which shows:
- issues (issues in project with a key "OP")
- Fix Version/s of issues
- sum of logged time of its linked issues (issues in project with a key "GT")
- sum of estimated time of its linked issues (issues in project with a key "GT")

So I created the following JQL query:
project = OP AND issueFunction in hasLinks(composites)

It should looks like that:

Report.png


I've tried to use "Time Tracking Report", but this report does not have:
- Fix Version/s of issues
- sum of logged time of its linked issues
- sum of estimated time of its linked issues

Is it possible to do in Jira?

In addition, I have a chance to use ScriptRunner.

1 answer

0 votes
Justin September 28, 2023

is this not easy or something? seems easy... why no answers? i am confused

Suggest an answer

Log in or Sign up to answer