Jira Plugin - Servlet Filter

Eduardo cardona (PSL) May 19, 2013

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

1 answer

1 accepted

0 votes
Answer accepted
Timothy
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 20, 2013
Eduardo cardona (PSL) May 20, 2013

Timothy Chin: but here, I not show how to capture all fields of issues. thanks.

Timothy
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 20, 2013

You need to buckup on your Java:

http://docs.oracle.com/javaee/6/api/javax/servlet/ServletRequest.html

Use ServletRequest#getParameterMap()

Suggest an answer

Log in or Sign up to answer