JIRA workflow - 2 issues progressing at the same time

AbrahamA
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.
January 7, 2012

Hi

I have 2 issues one is master issue and the other is a proxy issue. Both go through same workflow process. Is it possible to configure in such a way that if master issue progresses through workflow, proxy issue also progresses the same way without anything done specificall to proxy.

Any thoughts on how this can be implemented.

Please let me know.

Abraham.

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
January 7, 2012

You need to write a listener that will capture workflow events on the "master" and pushes the proxy through them too.

However, this is fraught with complexities. You need to think about how you identify the master and proxy, and also how you prevent a human from moving the proxy and breaking your process, or how your listener handles the cases where a human has meddled and the states are different.

Suggest an answer

Log in or Sign up to answer