Hi,
I have a manual automation that creates 7 stories.
When I create the 3rd one, I need to link the previous 2 as "is blocked by".
I tried to use the following (used Create variable for the keys of the 2 issues), but for some reason, only the last one is linked.
What am I missing?
{"update": {
"issuelinks": [
{
"add": {
"type": {
"name": "Blocks"
},
"inwardIssue": {
"key": "{{FirstKey}}"
},
"inwardIssue": {
"key": "{{SeconKey}}"
}
}
}
]
}
}
Hello @Orly Dahan
I have looked for answers and tried a few things myself, but not found a solution.
If I try to do this without Advanced Edit, and simply by putting the two issue key variables in thus:
...then I get this error in the rule Audit Log:
I am starting to wonder if adding an Issue Link is limited to one issue per Action.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.