1. When any link is created using linkCreated event is it possible to get exact issue key from where the link is created?.
i can use below code to determine source and destination issue id
Hi @kponnus1
I kinda have a hard time understanding your requirement.
Of course the the source/destination issue changes if you change the inward/outward direction. To do this you would have to again set a new link (just in the reverse direction) which again would trigger a linkCreatedEvent.
An event is a specific point in time. If you want to write the events source/direction file out of the event it´s correct at that time.
Best
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.