controlling a link Jira-Confluence

Gianni Pucciani October 13, 2014

Hello,

We have issues in JIRA with an external link to a Confluence page. I'd like to know if it is possible to flag the JIRA issue as obsolete when the related Confluence page changes. A typical scenario is a test case in JIRA referencing a Confluence requirement page.

Thank you in advance for your suggestions.

Gianni

1 answer

1 vote
Timothy
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
October 13, 2014

I'd like to know if it is possible to flag the JIRA issue as obsolete when the related Confluence page changes.

You might have to write a Event Listener add on in Confluence for this (https://developer.atlassian.com/display/CONFDEV/Writing+an+Event+Listener+Plugin+Module). An example is that when a edit page is saved, update the linked JIRA issue.

Gianni Pucciani October 14, 2014

Thank you, my hope was to re-use an existing add-on, I guess this could be quite a common need.

Suggest an answer

Log in or Sign up to answer