Adding new module types to JIRA

So far, we have seen a lot of useful plugin module types in JIRA; custom field module types, webwork module types, servlet module types, and so on. But is it possible to add a custom module type in JIRA, one that can then be used to create different modules?

JIRA provides the Module Type plugin module, using which we can add new module types dynamically to the plugin framework. In this recipe, we will see how we can add such a new plugin module type and use it to create different modules of that type.

Getting ready

Create a Skeleton plugin using Atlassian Plugin SDK.

How to do it...

Let us consider the same example Atlassian has used in its online documentation, that is, to create a new dictionary plugin module that ...

Get JIRA Development Cookbook - Third Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.