Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

project_issuetypes not rendering

Pedro Felgueiras
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.
October 8, 2015

I'm making a plugin that have a administration page on the project page. 

 

My vm file have: 

<meta name="decorator" content="admin" />
<meta name="decorator" content="atl.admin" />
<meta name="admin.active.section" content="atl.jira.proj.config" />
<meta name="projectKey" content="$projectKey" />
<meta name="projectId" content="$projectId" />

On the atlassian-plugin.xml i have this:

<!-- Menu entry -->
<web-item name="fields" key="fields-item"
section="atl.jira.proj.config/projectgroup2" weight="1000">
<description key="The Fields plugin">The fields Plugin</description>
<label key="fields" />
<link linkId="related-context-admin">/plugins/servlet/fields/$projectKeyEncoded
</link>
</web-item>

<!-- Servlet --> 

<servlet name="Admin" class="com.local.jira.ContextAdminServlet"
key="context-admin">
<description></description>
<url-pattern>/fields*</url-pattern>
</servlet>




Can you tell me what I'm doing wrong?  

 

 

Best regards, 

Pedro Felgueiras 

1 answer

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

Post a new question

0 votes
Bharadwaj Jannu
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.
October 8, 2015

can you tell what error you got?

If the problem related to web item not displaying in the project page, then do you check section with key atl.jira.proj.config/projectgroup2 exist.

Pedro Felgueiras
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.
October 8, 2015

I didn't get any erro, the problem is that the issue types are not showing on the project administrator page when i have my servlet selected.

TAGS
AUG Leaders

Atlassian Community Events