Hi
I need to add every timespent into the worklog of one "master" issue (abc in the following example):
I tried in this way but it doesnt work. Can you help me?
{
{{issue.key}}=abc
"update": {
"worklog" : [
{
"add": {
"timeSpent" : {{issue.timetracking.timeSpent}}
}
}
]
}
}
I recently answered another question like this. Depending on how your "sub" issues are linked (as subtasks? issues under an epic? linked as dependent?), you'll need to change the Conditions (in yellow) and the Branch (light purple). But it should work.
I suggest giving it a try, and if you run into issues, paste a screenshot of your rule and we can try to help you troubleshoot.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.