I'm sending a POST request to https://company/rest/api/3/search with body
{
"fields": [
"timespent",
"worklog",
"issuetype",
"labels",
"customfield_10058",
"customfield_10153"
],
"fieldsByKeys": false,
"jql": "issuetype not in (Epic) AND (status in (completed) AND resolution changed TO (done) DURING (\"2023/04/01\",\"2023/06/30\") AND status changed TO (completed) DURING (\"2023/04/01\",\"2023/06/30\")) AND project in (BRNK, BBS, POGGERS, AS1, MH1, UNA) and teams in (\"Rebel Fleet\") and \"issueType\" not in (\"Bug Sub-Task\", \"Sub-task\") AND (labels is empty or labels not in (Training, RampUpStory)) ORDER BY created DESC",
"maxResults": 100,
"startAt": 0
}
In the response body, searching for BRNK-26726 shows a timespent value of
Answering my own question. The worklog is being calculated using 5 days a week, 8 hours a day.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.