Epic Sum Up summary panel values access for Jira automation

Roman Zigo October 31, 2018

Hi there,

our company is using Jira Cloud and I'm playing around with some automation. What I'm trying to achieve is to take the values from the Epic Sum Up (mainly original and remaining estimate) and copy them to linked issue in Jira Service Desk.

I use this JSON for stories or tasks:
{
"fields": {
"timetracking": {
"originalEstimate": "{{triggerIssue.timetracking.originalEstimate}}",
"remainingEstimate": "{{triggerIssue.timetracking.remainingEstimate}}"
}
}
}

and it works good, but I need to get the overall sub-issues time tracking to Epic and from there to the relevant service desk issue, so I tried to install the Epic Sum Up. As I've understood they still don't support their custom fields for Jira Cloud, so that's not the way unfortunatelly. 

Do you have some idea of a different addon or do you know how to access the values from Epic Sum Up through JSON?

Thanks a lot for any help!

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events