Buenos dias
Estoy creando un plugin tipo "Servlet Filter", y cuando ingreso a la http://localhost:2990/jira/secure/WorkflowUIDispatcher.jspa necesito capturar el pkey del issue y todos los campos que tiene este issue con su respectiva informacion.
Muchas Gracias
Good morning
I am creating a plugin type "Servlet Filter", and when I need income to capture the pkey http://localhost:2990/jira/secure/WorkflowUIDispatcher.jspa the issue and all fields that have this issue with their respective information.
Thanks
Refer to this documentation:
Timothy Chin: but here, I not show how to capture all fields of issues. thanks.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You need to buckup on your Java:
http://docs.oracle.com/javaee/6/api/javax/servlet/ServletRequest.html
Use ServletRequest#getParameterMap()
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.