I have a select field in my velocity template
<select name="parent_version">
<option value="1" name="1">1</option>
<option value="2" name="2">2</option>
</select>
Java :-
public class DueDateIndicator extends AbstractJiraContextProvider{
@Override
public Map<String, Object> getContextMap(ApplicationUser applicationUser, JiraHelper jiraHelper) { Map<String, Object> contextMap = new HashMap<>(); {}
how can i get the selected option value in my java file?
Being a newbie to JIRA development Need help!!!!!
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.