Hi
Can I sum logged work by specific user and store in custom field ?
I can sum total time spent of a stories subtasks but in this case I want to sum total time spent base on specific user for whole project. for example I have Story A that has 3 subtasks (A.1 - A.2 - A.3) and Story B that has 2 subtasks (B.1 - B.2) and there are 3 user that logged on this issues (user1 - user2 - user3).
this is example of work logged on issues :
A.1 :
user1: 2 hour
user2: 3 hour
user1: 1 hour
user3: 4 hour
A.2 :
user1: 2 hour
user3: 6 hour
A.3 :
user2: 7 hour
user1: 3 hour
user1: 5 hour
B.1 :
user2: 1 hour
user1: 2 hour
B.2 :
user1: 4 hour
user1: 4 hour
user3: 3 hour
Now I want user1 total time spent custom field show 23 hour (2+1+2+3+5+2+4+4) on a specific story that I create for project health management.
Can I do this with script (script runner or misc custom field) or SIL (simple issue language) or other solution ?