Hi,
I have developed the JIRA plugin as basic steps which given on Atlassian hello world documents. But I want to create that plugin with included web form like for an example.
want to create that plugin? how can do that? please help me out with this.
You can modify your plugin to render a completely new page by adding a Webwork action. This page can contain whatever you like, such as the form you've shown above. If you like, your plugin can also provide a web-item that adds an item to the Jira menu, pointing to the URL of your new action.
See here for another person who wants to do the same thing.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.