The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

Can you create a custom Project Type that can be selected when creating a project?

Eric Sara
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 Champions.
April 20, 2014

When creating a project I want it to default to a custom Issue Type Scheme and Workflow Scheme. Can this be done?

At the moment I have to set all this post the creation of the project.

3 answers

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

1 vote
Answer accepted
Mizan
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 Champions.
April 20, 2014

You might find this add-on useful .

0 votes
Boris Georgiev [Appfire]
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 Champions.
April 20, 2014

You can do that by either implementing your own template in a plugin (https://developer.atlassian.com/display/JIRADEV/Creating+a+Project+Template)or using a plugin from the marketplace like that one - https://marketplace.atlassian.com/plugins/com.wittified.jira.project-creator

0 votes
Fabio Racobaldo _Catworkx_
Community Champion
April 20, 2014

Hello Eric,

you can develop a custom plugin to do that. Please, take a look here https://developer.atlassian.com/display/JIRADEV/Creating+a+Project+Templatefor more information.

Otherwise, you can use this plugin https://marketplace.atlassian.com/plugins/com.atlassian.jira.plugins.jira-clone-project-pluginthat allows you to clone an existing project. You could define some projects as templates and clone them using this plugin.

Hope this helps,

Fabio

Eric Sara
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 Champions.
April 20, 2014

Thanks.

I am trailing the On Demand version at the moment. Once we have the download version up and going I will give this login a go.