Is there a way to sync version and component information from a Source project to one or more Destination projects, so that when the Source project is updated, it will be propagated through to the Destination project(s)?
I have the script runner plugin, I imagine there'd probably be a way to do it using that.
You can create a scriped service which does that. Look through the JIRA API for how to do that.
Here're some hints
https://jamieechlin.atlassian.net/wiki/display/GRV/Services
https://docs.atlassian.com/jira/latest/com/atlassian/jira/bc/project/component/ProjectComponentManager.html
https://docs.atlassian.com/jira/latest/com/atlassian/jira/project/version/VersionManager.html
https://docs.atlassian.com/jira/latest/com/atlassian/jira/bc/project/version/VersionService.html
https://docs.atlassian.com/jira/latest/com/atlassian/jira/bc/project/component/ProjectComponentService.html
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.