Hi,
How can I automate the retrieval of worklogs for tasks and their subtasks in Jira Software that are linked to a Servicedesk ticket?
Could you share example
Regards
That is very tricky.
You can do this via Automation for Jira.
1. Choose a trigger
2. Add Lookup issues action > JQL:
issue in linkedIssues({{issue.key}})
3. Update your Sum field with:
{{lookupIssues.aggregatetimespent.sum}}
Good luck,
Rudy
Join us June 26, 11am PT for a webinar with Atlassian Champion Robert Hean & Loom’s Brittany Soinski. Hear tips, stories, and get your burning questions answered. Learn how Loom makes training and enablement easier. Don’t miss it!
Register today
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.