I have created a web item in the jira view issue page ,the web item automatically create a jira project , the webitem doesnot work in the project issue page it works in the view issue page
<web-resource key="projectcreator-resources" name="projectcreator Web Resources">
<dependency>com.atlassian.auiplugin:ajs</dependency>
<resource type="download" name="projectcreator.css" location="/css/projectcreator.css"/>
<resource type="download" name="projectcreator.js" location="/js/projectcreator.js"/>
<resource type="download" name="images/" location="/images"/>
<context>atl.general</context>
<context>jira.general</context>
<context>jira.view.issue</context>
<context>jira.userprofile</context>
<context>projectcreator</context>
</web-resource>
<web-item name="jiraButton" i18n-name-key="jiraButton.name" key="jiraButton" section="operations-top-level" weight="1">
<description key="jiraButton.description">The jiraButton Plugin</description>
<label key="Create Jira Project"></label>
<link linkId="jira-button-link"/>
<tooltip key="Automatically create a new Jira project with information of the displayed Jira Issue"/>