REST API missing billedSeconds

Issue #984 invalid
Tomasz Jezierski created an issue

Hi, i want to by using http://tempo.io/doc/timesheets/api/rest/latest/#848933329 request to get billedSeconds value, just like in docs. Currently I get:

  {
    'timeSpentSeconds': 23220,
    'author': {
      'avatar': xxxx',
      'self': 'xxxx',
      'displayName': xxx',
      'name': 'xxxx'
    },
    'comment': 'xxxx',
    'dateStarted': 'xxxx',
    'id': xxxx,
    'self': 'xxxx',
    'worklogAttributes': [],
    'issue': {
      'key': 'xxx',
      'issueType': {
        'iconUrl': 'xxx',
        'name': 'Task'
      },
      'summary': 'xxxx',
      'id': xxx,
      'self': 'xxxx',
      'remainingEstimateSeconds': 0,
      'projectId': xxxx
    }
  }

I have all access granted Regards Tomasz Jezierski

Comments (2)

  1. Cyrine Bjaoui Account Deactivated

    I confirm this problem, Tomasz Jezierski did you get a response for this issue?

  2. Log in to comment