Support TimeSpent in Jira Automation Lookup

XMLWordPrintable

    • Type: Suggestion
    • Resolution: Duplicate
    • Component/s: None
    • None

      Problem

      Currently no way to calculate total time spent = sum of all task's Time spent. Can extend lookup Issues action to accomplish this.

      Suggested Solution

      {{#=}} {{issue.timetracking.timespent.sum}} {{/}} 
      {{#=}}  {{worklog.timeSpent.sum}}  {{/}} 

      Why This Is Important

      It is important to calculate the timespent for all issues in an Initiative or Epic or Board

      Workaround

      The workaround is to use the Original Estimate and Remaining Estimate

       {{lookupIssues.Remaining estimate.sum.divide(60)}} 
      {{#=}} {{issue.subtasks.Original Estimate.sum}} / 60 {{/}}

            Assignee:
            Unassigned
            Reporter:
            Phumi (Inactive)
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: