Hi,
is possibile to get the field of an epic through the epic link?
in the photo the customfield_10014 is the epic link
thanks
Hi @Peter Garncarek,
The script looks good, but it's also worth to give a try like below
Remove the condition from configuration and add the same in script instead
so the code would be
if (getFieldScreen().name == "On Hold transition Screen Name") {
// your actual code
}
BR,
Leo
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.