Jira Server - API - Billable Rate

Matt Benett June 14, 2018

I am using 7.10 of Jira server, and when I log work, I add a Billable Rate.

 

I am trying to get this value back with the API.  Its not in here:

GET /rest/api/2/issue/{issueIdOrKey}/worklog/{id}

 

Any ideas where I can get this please?

1 answer

1 accepted

0 votes
Answer accepted
Alexey Matveev
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.
June 14, 2018

Hello,

I guess, the billable rate comes from a Tempo plugin. That is why you should use the Tempo Rest Api plugin. Try this one

http://{JIRA_BASE_URL}/rest/tempo-timesheets/3/worklogs/

You can find more info here:

http://developer.tempo.io/doc/timesheets/api/rest/latest/

Matt Benett June 14, 2018

perfect, thank you

Alexey Matveev
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.
June 14, 2018

You are welcome!

Suggest an answer

Log in or Sign up to answer