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: 

On Custom Field (GenericTextCFType) dependencies

Akira Tsuchiya
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.
March 24, 2013

I created a Custom Filed class extending GenericTextCFType.

And atlassian-plugin.xml looks as below.

<customfiled-type key="aaa" class="***.TestCustomField">
<resource type="velocity" name="edit" location="templates/edit.vm"/>
</customfiled-type>

When it is installed, JIRA displays the warning as below.

[This plugin has one or more modules with missing dependencies.]

And the "aaa" module is disabled.

What dependencies are needed?

1 answer

1 accepted

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

0 votes
Answer accepted
Nic Brough -Adaptavist-
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.
March 24, 2013

It cannot find your class or possibly .vm that the xml refers to, or possibly something that you've relied on in the plugin compilation that isn't in the Jira structure. Check their locations in your plugin directory structure.

To track it down:

Are there any warnings when you compiled the plugin?

Read the log for Jira startup - you should expect to find an error telling you what it cannot find!

TAGS
AUG Leaders

Atlassian Community Events