You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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.