Hi,
In JIRA 7.5 Atlassian inroduced the IssueLinkCreatedEvent and IssueLinkDeletedEvent, as detailed in jira-core-7-5-x-release-notes.
Does anybody know if these event support the create or delete event of an external issue link? Specifically, a link to a confluence page, such as link types: "mentioned in" or "Wiki Page" link?
Thanks,
Nati.
Hello Nati.
No, it doesn't, because that link wouldn't be an issueLink, it would be an external link. If you check the documentation, it says that it returns an IssueLink, which has objects and ids.
I am actually not sure if you check for confluence links without using the issueEdit event, and that would be a bit overkill.
Did this help at all? Can I help you further?
Cheers!
DYelamos
Hi Daniel and thanks for the answer!
I've posted the same question on Atlassian support and got this answer:
"Yes, it is supporting the create or delete the event from an external issue link. Do take note this feature is not to be used in notification schemes, it only used for writing a plugin or create webhooks to get informed about changes to your issue links."
Now I'm confused....
What do you think?
Hi Nati!
I am not going to contradict my hosts as you can imagine. I could have been wrong in which case I apologise. I would not know how to extract the information that you want from that event though...
Hi Daniel and thanks for the quick reply!
We're actually a client of Adaptavist's script runner and would like to try looking more deeply into how we can confirm this information and use these events using scripted field or scripted post function with Script Runner.
I hope it's the right place to do it, but please correct me if I'm wrong- could you help us find out how to extract this information using a script?
Thanks!
Nati Levi.
It looks like you're new here. Sign in or register to get started.