Hi everyone , i am new to jira developer.
I just know to create web work, then use execute() function to map to a success.vm velocity file when user access to the responding webwork.jspa link
I just dont know is there any way to create a html file and map that page to an url without creating another webwork . Because so far i just can modify one success.vm page
What i mean is i found out that we can extend the link
for example
when we access /jira/secure/webwork.jspa . and in this page if we click a href link, it will navigate to /jira/secure/webwork.jspa?choice=something and then the former page will change a little bit .
I dont know how to do this
You can have multiple number of views under one webwork module
You will need multiple actions in your single webwork.
Each action in your webwork will correspond to a method in your webwork class which can be invoked by the URL using alias and arguments can be passes in the URL as well
Each method will return a string which will be the view name . And the VM file for that view name will be displayed for that action
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.