• Icon: Suggestion Suggestion
    • Resolution: Won't Fix
    • None
    • None
    • We collect Jira feedback from various sources, and we evaluate what we've collected when planning our product roadmap. To understand how this piece of feedback will be reviewed, see our Implementation of New Features Policy.

      NOTE: This suggestion is for JIRA Server. Using JIRA Cloud? See the corresponding suggestion.

      I'd like to have a OneClick link to create a new bug / task / improvement / feature.

      And I'd like to have it on the dashboard portlet so I can create a new task quickly.

      (Aside, I really wish on the standard "Create a new issue" screen that I could have the option of showing a radio-button list of projects in a column on the left...and then buttons on the right for each of the issue types... so for "type" selection, I wouldn't have to click, select a type, click again.... instead, it would be only one click.)

      -Tim
      P.S. I searched for a while, but didn't find something similar in the 1000's of other open issues/bugs/features

            [JRASERVER-6432] OneClick to create issue from portlet

            Hi,

            This is a bulk update to specific issues in the JIRA (JRA) project

            As part of an effort to ensure we are transparent about the JIRA issues on jira.atlassian.com, we have decided to resolve those that have been open for multiple years with minimal activity and with a low number of votes. In light of the fact that JIRA is rapidly changing and that this issue may not be a valid request any longer, we will be resolving it today.

            Votes are not the only metric that we use to determine the requests that are implemented, however they do factor in to our decision making process. We have decided that the combination of this issue being open for a long period of time, and it's low number of votes means that we are unlikely to implement it. If you would like thoughts on how we use jira.atlassian.com, please see: https://answers.atlassian.com/questions/110373/how-does-the-jira-team-use-jira-atlassian-com

            If you have believe this issue is still relevant, please comment on the issue and we will respond. We are watching all these issues that we bulk close.

            Best regards
            Josh Devenny and Roy Krishna
            JIRA Product Management

            Josh Devenny added a comment - Hi, This is a bulk update to specific issues in the JIRA (JRA) project As part of an effort to ensure we are transparent about the JIRA issues on jira.atlassian.com, we have decided to resolve those that have been open for multiple years with minimal activity and with a low number of votes. In light of the fact that JIRA is rapidly changing and that this issue may not be a valid request any longer, we will be resolving it today. Votes are not the only metric that we use to determine the requests that are implemented, however they do factor in to our decision making process. We have decided that the combination of this issue being open for a long period of time, and it's low number of votes means that we are unlikely to implement it. If you would like thoughts on how we use jira.atlassian.com, please see: https://answers.atlassian.com/questions/110373/how-does-the-jira-team-use-jira-atlassian-com If you have believe this issue is still relevant, please comment on the issue and we will respond. We are watching all these issues that we bulk close. Best regards Josh Devenny and Roy Krishna JIRA Product Management

            So many of the users didn't bother to add these links, so I added them to my Introduction instead. Again, they show up on the login page, but it's no big deal - I made the same change in introduction.jsp

            Neal Applebaum added a comment - So many of the users didn't bother to add these links, so I added them to my Introduction instead. Again, they show up on the login page, but it's no big deal - I made the same change in introduction.jsp

            Thanks Philip,

            That did the trick!

            Neal Applebaum added a comment - Thanks Philip, That did the trick!

            Hi Neal,

            Just place a

            <webwork:if test="remoteUser">
            ...
            </webwork:if>

            after <%@ taglib uri="webwork" prefix="webwork" %>
            in /portlets/dashboard/textportlet.jsp

            Cheers,

            Philip

            Philip Herbst added a comment - Hi Neal, Just place a <webwork:if test="remoteUser"> ... </webwork:if> after <%@ taglib uri="webwork" prefix="webwork" %> in /portlets/dashboard/textportlet.jsp Cheers, Philip

            1) Great idea ... I created such a portlet so users will just have to do one click to create an I.T. request (an issue in that project).

            2) Not so great... it also displays those two portlets on the login page (dashboard.jspa). I'm not sure if I want it there or not.
            What file would I modify (and how) to get that portlet to not show up on the login page? Obviously, the other ones like saved filters etc., don't (only the Introduction does).

            Neal Applebaum added a comment - 1) Great idea ... I created such a portlet so users will just have to do one click to create an I.T. request (an issue in that project). 2) Not so great... it also displays those two portlets on the login page (dashboard.jspa). I'm not sure if I want it there or not. What file would I modify (and how) to get that portlet to not show up on the login page? Obviously, the other ones like saved filters etc., don't (only the Introduction does).

            > But, uh, am I being dumb (highly possible) and not seeing the "Text Portlet" in the 3.1.1 Pro Dashboard "Add portlet" screen? Is it called something else, or is it in Enterprise or 3.x?

            Sorry I forgot, the text portlet is disabled by default. To enable it, go to Admin -> System -> Plugins -> Portlets plugins and enable the Text portlet.

            Jeff Turner added a comment - > But, uh, am I being dumb (highly possible) and not seeing the "Text Portlet" in the 3.1.1 Pro Dashboard "Add portlet" screen? Is it called something else, or is it in Enterprise or 3.x? Sorry I forgot, the text portlet is disabled by default. To enable it, go to Admin -> System -> Plugins -> Portlets plugins and enable the Text portlet.

            Tim Colson added a comment -

            Jeff – sounds like a good short-term hack (i.e. I'd still really like to have this link as part of the Project Portlet, but I can make do)

            But, uh, am I being dumb (highly possible) and not seeing the "Text Portlet" in the 3.1.1 Pro Dashboard "Add portlet" screen? Is it called something else, or is it in Enterprise or 3.x?

            Thanks!
            Timo

            Tim Colson added a comment - Jeff – sounds like a good short-term hack (i.e. I'd still really like to have this link as part of the Project Portlet, but I can make do) But, uh, am I being dumb (highly possible) and not seeing the "Text Portlet" in the 3.1.1 Pro Dashboard "Add portlet" screen? Is it called something else, or is it in Enterprise or 3.x? Thanks! Timo

            You could do it with a Text portlet, containing HTML like:

            <a href="http://localhost:8080/secure/CreateIssue.jspa?pid=10000&issuetype=1">Create Bug in TST project</a>


            ATLASSIAN - http://www.atlassian.com
            Expert J2EE Software, Services and Support
            -------------------------------------------------------------
            JIRA Docs: http://www.atlassian.com/software/jira/docs/latest

            Jeff Turner added a comment - You could do it with a Text portlet, containing HTML like: <a href="http://localhost:8080/secure/CreateIssue.jspa?pid=10000&issuetype=1">Create Bug in TST project</a> – ATLASSIAN - http://www.atlassian.com Expert J2EE Software, Services and Support ------------------------------------------------------------- JIRA Docs: http://www.atlassian.com/software/jira/docs/latest

              Unassigned Unassigned
              bf5ce6cbb9e3 Tim Colson
              Votes:
              2 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: