then i create subtask in postfunction with "create subtask" built-in scripts of script-runner plugin it copy all fileds to subtask
i found already how to overrive most of fields the only problem persist
i need to block coping of links from parent issue
issue.issuelink = null
doesnt work, how i can block link creation?
You can try adding " checkLink = {link ->
false};
" in additional issue actions - it will delete additional parent links (but still keep standard sub-task link to a parent issue).
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.