Hi,
I am using ScriptRunner to create some fragments to give me additional options behind the 'More' button within a project. I have corresponding behaviours that take the names of these fragments and creates a new linked issue. Works perfectly, however the only 'issues-linktype' that it works with is "relates to", it fails to create the link on either the underlying issue or the newly created one with any other 'issues-linktype'. The code is below. Any ideas as to why this is not working?
import com.atlassian.jira.component.ComponentAccessor
Hi, @Peter Ellis 👋
I added scriptrunner and adaptavist tags to your post to hopefully draw some of those eyeballs here, too.
Good luck,
-dave
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found the answer - it's one of those where you kick yourself! I was only testing one of the links throughout the testing and I had another behaviour, which was checking other fields that I wanted to check, working on the same issue type/project combo. They were obviously clashing as once I disabled the other one it worked perfectly. I have combined them now and it works !
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.