Hello,
my idea is to have one query to get the total worklog for an epic by this query:
issueFunction in linkedIssuesOfRecursive("issue = ROAD-166", "relates to") OR issueFunction in subtasksOf("issueFunction in linkedIssuesOfRecursive(\"issue = ROAD-166\", \"relates to\"") AND issueFunction in aggregateExpression("Total Worklog for all Issues", "TimeSpent.sum()")
But this won't work because I don't know how to escape the query inside the query.
Ideas? Sugesstions?
Dirk
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.