I need to create a listener that fires when an issue link is created. For example, when I link story A with "depends on" to story B, I need my script to run.
I tried doing it with the "Issue Updated" event, but that doesn't work. My code will fire if I update the summary, but not if all I do is add a link.
Has anyone done this before? Will I still get a changelog as part of this event?
I found it - it's IssueLinkCreatedEvent
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.