Hi,
We've got following automation in our JSD project:
After issue is cloned, we'd like to add a link to cloned issue as a comment in original issue. We can't figure out what smart value should we enter to link to the newly cloned issue?
Community moderators have prevented the ability to post new answers.
@Arkadiusz Alicki - I see that your automation is combined with branches.. Maybe that is a problem since information in branches usually stay in branches so I recommend to first check simple automation of cloning a ticket, linking and commenting to check it this smart value is overall working
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think that this might be helpful
Basically it might be
Inward Issue is {{issue.issuelinks.inwardIssue}}
Outward Issue is {{issue.issuelinks.outwardIssue}}
Please give it a try!
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.