Hi, I want a dashboard with timespent by user but jql only get all time by issue. So Is possible without plugins? Thanks
Hi there! I am running an automation to update the timeSpent of an Epic with the summarized timeSpent value of the Epic's Children and GrandChildren (Tasks, and it's sub-tasks) In the additional f...
...hildren: // Get the field ids def fields = get('/rest/api/2/field') .asObject(List) .body as List<Map> // Get the Time Spent field to use in the script def timespentField = fields.find { i...
Copied to clipboard