Connect multiple support issues to a single development issue

Originally asked by Laura Snoeij on 19 August 2019 (original question)


We are planning to split our current instance into two JIRA instances. One will be a JIRA core which will contain all customer raised issues. The other one will be JIRA software with development issues.

To connect the support issues with the development issues we like to start using Exalate from Idalko.

In a test environment, I have to one to one issue synchronization up and running.

Now we have the following situation. Multiple customers will report the same bug. As customers will not be able to see each otherā€™s cases this will result in multiple support issues describing the same problem. We like to Exalate only one of those issues to the development team and somehow connect all the other support issues to the same development issue. Once the development issue is being resolved, all those support issues need to be updated as well.

Does someone have a solution for this use case?

Thanks for looking into this.

Laura


Answer by Francis Martens (Exalate) on 19 August 2019

Hi Laura,

Good question - thanks for asking.

We suggest using the same approach: Exalate the first ticket (call it the master ticket) and link all the other tickets (which are related to master), using a standard ā€˜Relatesā€™ issue link to the master ticket. All synchronization is done between the master ticket and the issue on the development side.

The following code is the change processor, which will transition all the related issues to ā€˜Doneā€™, whenever the remote issue has a resolution set

Check the code here

Let me know if this helps.

Some related documentation


Comments:

Laura Snoeij commented on 20 August 2019

Hi Francis,

Thank you for the update.

What if we like the ā€œmaster issueā€ to be the development issue?

In this case, we know where to search for existing issues instead of trying to find duplicated issues in the support projects.

Laura

Francis Martens (Exalate) commented on 20 August 2019

The development issue is residing on another system, and transitioning the child issues is much more difficult over system borders

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.