jira-assistant icon indicating copy to clipboard operation
jira-assistant copied to clipboard

Feature request: Get aggregate timespent from linked issues

Open GYolshin opened this issue 11 months ago • 1 comments

Checklist before you being

  • [X] I am sure that I am already using latest version of Jira Assistant
  • [X] I had verified that there are no existing requests with similar suggestion in issue tracker
  • [X] I had verified that, my query is not answered in FAQ section of website

How do you use Jira Assistant?

Browser extension

Are you using cloud version of Jira or self hosted (data center / server) of Jira.

Self hosted (datacenter)

Version of Jira Assistant

v2.49

What browser are you using?

Chrome

Feature Suggestion

I use custom report to track aggregated spent time in my issues. Historically team mates use linked tasks to log their works, means that my report is not actual for such issues. In custom report in expressions I need to calculate aggregatetimespent field from issue itself and for linked as well. I tried to ask question (https://github.com/shridhar-tl/jira-assistant/discussions/310), but it has no answer yet. So I decided to ask for a new feature which implies next:

  1. Add new util function that returns array of linked issues available in expression. e.x. Utils.linkedIssues()

Using that function I'm planning to calculate sum of aggregatetimespent from linked issues with reduce().

Checklist before you submit

  • [X] I have ensured not to paste any confidential information like Jira url, Mail id, etc.
  • [X] I have added required screenshots (as necessary)

GYolshin avatar Aug 01 '23 09:08 GYolshin