Hello,
I'm trying to initialize the value for the Issue Link type during Issue Create for specific issue types.
So I add a new Behavior, map it to the issuetype (Upsale, in this case) and add the following initializer function:
FormField linkedIssues = getFieldById("issuelinks") linkedIssues.setFormValue("upsells") linkedIssues.setHelpText("Upsale tickets require a 'upsells' issue link to the original work ticket.")
Maybe this has to do with the fact that Issue Links have two components, and I only want to initialize the Link Type portion? I'm having a hard time finding related information. Perhaps there's a script runner workaround?
Thanks for any input.
This might work:
getFieldById("issuelinks-linktype") ...
but it may well not.
Your other option is to use a validator, but even then it's a bit of a hack, see https://answers.atlassian.com/questions/139592
Unfortunately, it didn't work.
It's funny you mention that link, because I almost included it in my original post - that's exactly what I'm doing at the moment. I would have preferred being able to set the correct link type automatically in conjunction with validating the input on create (we have many issue link types), but the end result is the same as just using the validation.
Thanks for looking into this.
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.