HI JIRA developers,
Is it possbile to have changes recored in 2 JIRA issues simultaneously ?
I have one issue (X-121) in project "X" which duplicates another issue (Y-3422) in project "Y".
What I want is - when I update issue Y-3422, issue X-121 should automatically get updated and it should copy all comments/status/ fields from Y-3422.
Is this possible?
Regards,
Mohini
there are a few JIRA plugins out there that could provide a postfunction to your JIRA workflow that allows you to automatically transition one issue when another one is transitioned for instance. You can see more about this in these threads:
https://answers.atlassian.com/questions/183942/groovy-script-for-linked-issue-transition<br< a="">>https://answers.atlassian.com/questions/153486/jira-auto-transition-between-parent-and-sub-task
Regarding automatically adding a comment to another issue when one is commented, you may be able to do this by scripting as well. You may need perhaps register a groovy script on the issue_commented event, to run the script to comment on the other issue.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.