How can i reuse/copy a list of components of one project to another project

Richard Kloosterman August 17, 2012

I have multiple projects/modules, that all have the same "substructure" for which i need to use the components. I have around 20 modules (projects) with all the same list of 10 components.

Any way to copy something from one project to another?
Or to define a template project, and use that to make new projects?

Saw an answer that refers to "command line" (for which my thanks) ..
but no idea where/how i should do that, i am a manager, not a programmer :-)
and i just started yesterday with Jira

is such a basic thing as copy/paste not availbale via the normal jira interface?

1 answer

2 votes
Norman Abramovitz
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.
August 17, 2012

You can use the command line interface to clone a template project.

https://bobswift.atlassian.net/wiki/display/JCLI/How+to+create+projects+or+sets+of+issues+based+on+a+template

https://marketplace.atlassian.com/plugins/org.swift.jira.cli

jira --action copyComponents --project "zjiracli" --toProject "zjiracliX"

Suggest an answer

Log in or Sign up to answer