Hope someone knows a way to resolve the following task:
Trigger: Rule is triggered when an issue is transitioned from status A to B.
What should the rule do: If an EPIC (in this case with the same name as the issue) exists, link the issue to the existing epic.
Problem: Via edit issue and selecting the field Epic-Link i can only choose
- Current issue
- Parent issue
- Epic issue
- Trigger issue
I assume that none of these is the right one . So I figured that i could use the advanced option to manually set the epic-link - but this only works with the issue key of the epic - not the name.
{
"fields": {
"Epic-Link": "{{issue.summary}}"
}
}So, either I need a way to get the Epic issue key or a different approch to this problem.