Is there a way to customize JIRA's project creation process such that default schemas are not used but another customized schema is used instead?

Francis Gelera November 21, 2011

Lets say we have created custom schemes to fit our bussiness processes and we would like to use those schemes in place fo the defaults upon creation of new projects. is this possible?

Thanks

1 answer

0 votes
Dieter
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.
November 21, 2011
You can use the copy project action which is included in Jamies Echlin's Groovy Script Runner plugin. This lets you create a project by copying it from an existing one. This action attaches the source project's schemes to the target project. It also makes the custom fields that are available in the source project available in the target project by duplicating the field configuration contexts.
Francis Gelera November 21, 2011

Thanks for the tip Deiter. But is there any other way that could be changed in the source code that tells the system to use a particular schme instead? something similar to this http://confluence.atlassian.com/display/JIRA044/How+to+Remove+%27NONE%27+from+a+Select+List+Custom+Field

Suggest an answer

Log in or Sign up to answer