This article shows how to set a default epic on the Destination side.
You can set a default epic for all issues received from the other side. With the help Exalate external scripts library this can be done with one single line of code in your Sync Rules.
The Source side does not need to send some specific data. You don't need to add any new code into the Data filter here.
DefaultEpic.setEpic(issue, "Service") // replace 'Service' with the relevant Epic Name |
Back to