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'm working with the Tempo API and the servlet to get a bunch of information about worklogs. I'd like to minimize the amount of stuff that we pull, so being able to get just a diff seems ideal. The servlet...
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...
Hello. I'm using the Tempo servlets to access worked time, and now I need to access planned time as well. Is there any way I can access planned time with the servlet api? If not, how can I a...
Hi. We are using the Tempo servlet and we noticed that the results are encoding = "UTF-8". Is there a way to change that to "ISO-8859-1"? Thanks! Juan Pablo
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! tempo-holidayList servlet returns non working days from default holiday scheme only. How can I get non working days from all my holiday schemes ? (Tempo 7.6.3) Best r...
Copied to clipboard
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.