Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

looking for a example for including external jsp page in JIRA Plugin/widget

Manish Ranjan March 4, 2012

Hello All

am looking for an example where i can add an external jsp/java src files to create a plugin.

any pointers will be really helpful .

to give the bigger picture : i have created a gadget and able to print simple messages on that

now what i want is to embed my jsp page (which does have refrence from multiple java source files)

on the same widget .

i see example on web to add resource like css and js but no jsp ..

Thanks

Manish

2 answers

1 accepted

0 votes
Answer accepted
Jeremy Largman
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
March 18, 2012

Hi Manish,

It sounds like you're just getting started. JIRA uses Webwork to build plugins. You can add an action which will call a java or JSP file. Matt has a good example here:

https://studio.plugins.atlassian.com/wiki/display/WSMPL/Webwork+Sample+Plugin

The set of JIRA plugin tutorials is here:

https://developer.atlassian.com/display/DOCS/Tutorials

Manish Ranjan March 18, 2012

Thanks .. Yes i have just strted working on customization part of JIRA

0 votes
Kinto Soft
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.
May 14, 2013

web2atlas is a convenient way to bundle external JSP in plug-ins.

More info: https://code.google.com/p/web2atlas/

Suggest an answer

Log in or Sign up to answer