issue.links('subtask of')='issue id'
Hi, I create a workflow: copy issue of some epic, tag it, add duplicate link and last part is to move this brand new issue under another specific epic,I know its id. I cant find the way how to add 'subtask of' link specified by id . can you,please, show me how to do it.thanks
Please sign in to leave a comment.
Hello,
I'm Lena from YouTrack.
Please have a look at this code of the default workflow: https://www.jetbrains.com/help/youtrack/devportal/Workflow-Referred-Issues.html#add-refers-to-link . It contains a sample on how to add links to the issues. You can use this code as a reference.