I am working with a Formula column on my structured table. In this Formula, I want to adjust the work logged to a numeric value. Ultimately, I would like to get a formula that takes the time from the Σ Worked Logged issue column in the structure. Logged time by user in the monthly range will multiply by the user attribute and number. Just like in the link below only that all in one field for all worklog.users who logged time. If it is too difficult to calculate in a single field then provide a column per usser as in the column "KT MD"




Links:
Group structure by worklog author
Σ Worked Logged - sum over issue
Customizing a Work Logged Column
User Properties
Formula:
- (worklogged.author * User Propertiey (orange) * number) between worklog.date < "01/01/2022" and worklog.date > date < "01/01/2022"
- formula result: Time calculated and totalled by all who logged time in (numerical result 0.00)
Formula, use :
- worklogged.author
- Date - user in the monthly range
- User Propertiey
- Number
Plugin: