I am using the Script workflow function to create a sub-task. Everything seems to be working as expected except that it is inheriting the issue links from the parent. How do I suppress this behavior?
You could use the checkLink closure in the additional code field to disable linking.
checkLink = {link->false}
This is documented for the builtin script "Clones an issue and links" but works for sub-tasks as well.
You could use the checkLink closure in the additional code field to disable linking.
checkLink = {link->false}
This is documented for the builtin script "Clones an issue and links" but works for sub-tasks as well.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You have to copy the script and modify it to match your needs.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Modifying the script is more difficult than I first thought because the linking isn't done in the script you see. But I found another way more easier way, see my other answer :-)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.