Curious about project-blueprint

윤영준
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
March 14, 2024

I'm creating a plugin that will contain project template based on the project-blueprint module, as is described in the  Atlassian example .

However, when setting the service_desk type key, the proper project is not created. I would like to know if I need to make additional settings.

 

<project-blueprint key="my-project-template" weight="90">
<label key="my.project.template.name"/>
<projectTypeKey>service_desk</projectTypeKey>
<description key="my.project.template.description"/>
<longDescription key="my.project.template.description.long"/>

<infoPage
soy-template="JIRA.Templates.ProjectTemplates.Tutorial.renderMyProjectTemplateExplanation" />

<icon location="images/icon/free-icon-tasks-14359241.png"/>
<backgroundIcon location="images/background/2020040701000475000029101.jpg"/>

<add-project>
<hook class="abc.def.api.MyAddProjectHook"/>
<descriptor file="/config/my-project-template-config.json"/>
</add-project>

</project-blueprint>

0 answers

Suggest an answer

Log in or Sign up to answer