Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Keep Logged Time in CustomField

Gor Greyan
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.
July 21, 2025

Hi Dear Community!

I need a solution in this case.

I have a custom field named Logged in Current sprint.
I need an automation, which will copy logged time in the mentioned customfield, but logged time only for the current sprint, no need to copy all logged time, which could be transferred from previous sprint.

{
"fields": {
"customfield_23826": "{{#=}} {{issue.fields.timetracking.timeSpentSeconds}} / 3600 {{/}}h"
}
}

I used this, but it returns all logged time, I need only the logged time of the current sprint of the each ticket to keep in the customfield.

1 answer

0 votes
Marc - Devoteam
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.
July 22, 2025

Hi @Gor Greyan 

This can't be done.

Log worked actions can't be differentiated based on Sprint field value is populated or not.

So Time Spent only has information based on the logged work.

Gor Greyan
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.
July 23, 2025

Hi @Marc - Devoteam
Thanks for the response.

So, you mean that from the Time Spent, there is no possibility to get information and keep it in customfields, that are logged in the current sprint?

Suggest an answer

Log in or Sign up to answer