I am following this Jira Issue Search Servlet plugin tutorial. But as I have completed this tutorial and tried to access this url: localhost:2990/jira/plugins/servlet/issuecrud , It is giving dead l...
I have a servlet class that handles csv file uploads. I want the plugin to render a velocity template after the upload is complete to say that the file upload has been completed. Here is my code so f...
...NAPSHOT.jar [INFO] [talledLocalContainer] [INFO] [talledLocalContainer] ******************************************************* My Servlet @Component public class ProjectAdminServlet e...
Hi folk, is it possible to develop a plugin that prevents users of the Jira Admin group from performing other actions than the user administration? I think about a router, they check any URLs under...
...verride public void doGet(HttpServletRequest request, HttpServletResponse response ) throws IOException, ServletException { response.getWriter().write("servlet responding to get request."); } @O...
I want to add a page to the general view of JIRA. Currently, I use a web-panel: I want to replace the web-panel with a Servlet that renders the velocity template. I now face the issue that I d...
Hello Community, I try to use the AUI style of Confluence in my servlets. My atlassian-plugin.xml web-resource: <web-resource key="MyResources" name="MyResources"> <d...
...hen you want to acces the sprintnames. Can't this be avoided, because i'm working within a servlet? (notice: cookie authentication is going to be removed by jira themself) Thank you for your time!
...hen the plugin is running in atlas-run, then the servlet is visible. When running it in atlas-run-standalone --product jira --version 7.3.7 (version of our jira) then i can't even find the plugin w...
...ttpRequest.getRequestDispatcher("myservlet").forward(req, res); //or httpRequest.getRequestDispatcher("myservlet").include(req, res); but the same problem, the client is not redirected to my servlet...
Hi, I have a working jira plugin, with a servlet. But at this point my servlet only prints out "Hello world" as shown on a picture below. It is linked to a simple .vm file.Now I would like to link m...
Hello guys, I need some help. I'm developing a confluence server plugin and I need to get the confluence server id when the servlet url is hit. I haven't figured out yet how to do it. Is t...
...ssue-crud-servlet-and-issue-search The errors are: -failed to execute goal com.atlassian.maven.plugins:maven-jira-plugin:6.2.11:validate-manifest (default-validate-manifest) on project tutorial.jira...
I am trying to link my servlet to the repository settings page. Right now it links to the /account/users page. Which works well. I cannot figure out how to link it to the repository settings page....
Hi, We are migrating our JIRA server 6.4.5 to JIRA Software (Server) 7.3.8 right now and we are encountering a problem with one of our custom plugin. It's a servlet filter that we have d...
...onfluence server's upm link like "/plugins/servlet/upm" so that they can view their licensing issue directly. Is there a way to get the host url and append the "/plugins/servlet/upm" to the end of that w...
Dear All, I am getting this error when i create a pulgin (refapp and jira) with a servlet. below is the error part of log file after running the plugin. [INFO] [talledLocalContainer] 2...
...ype="velocity" location="servlet.vm"/> <url-pattern>/static</url-pattern> </servlet> public class StaticServlet extends H...
I've been using Google's CDN library to call AngularJS from my velocity template, but for some reason it won't load (while Bootstrap loads fine from a CDN). It works fine when I'm working locally, b...
I am developping a confluence plugin for confluence 5.3.4 and I would like to get rid of "/plugins/servlet" part of the URL. How can I achieve that?
....concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) at java.lang.Thread.run(Thread.java:679) Caused by: java.lang.NoClassDefFoundError: javax/servlet/ServletContext at java.lang.Class...
Hi, we are using JIRA 5.1 and trying to add new java servlet filter into web.xml, once i restart my JIRA service, server does not start, any suggestions to fix it? Thanks
example servlet.filter jira plugin.
Buenos dias En que pagina Web puedo conseguir, codigo fuente de plugin tipo Servlet Filter de Jira. ya que la documentacion de atlassia es muy basica Muchas Gracias..
Hi, I'm trying to forward one plugin to another from a servlet, but it looks like not working (an exception is raised). What is the way to do it? Example: @Override protected void doGet(H...
Copied to clipboard