Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×I'm not interested in creating issues via email – looks too complicated. I'm not willing to pay for JIRA capture for this either. I just would like to see a chrome extension or something similar that doesn't require me to go to JIRA each time.
The amount of clicks JIRA requires to just a create an issue is just ridiculous, and VERY SLOW.
It's 2016! Come on JIRA there's gotta be an easier way!
Sounds like you've over-complexified the config of the issues, and might have a JIRA system that you've not given enough attention to in terms of performance.
You haven't really given a clear spec for what you'd want from some form of "simple create", so I can't point you at anything in particular. But, there's always the REST interface - for one of my projects where I wanted a quick create (because the admins had let the project leaders make it too complex) I wrote a short shell script that let me raise issues in a single command. You could easily do something like that yourself, to match your needs.
Thanks for your answer Nic.
I'm not a technical person. I don't really want to deal with REST interface etc. All I want from JIRA is to be user friendly and keep things simple. Like everything else on JIRA this processes is extremely over engineered. For example, say I'm a product manager and would like to report a bug I found on our website. This requires me to:
This takes a good amount of time. Instead, isn't there a free extension (or something simpler to use) where I can create an issue within my browser straight away. I'm not sure what level of detailed spec do you really need for this. This should just be common sense for better usability and getting the job done in a smaller amount of time - shouldn't it?
Think Trello, how simple and user friendly interface it is. Comes with useful extensions and it allows me to get the job done way quicker than JIRA. Why is JIRA always so complicated, over-engineered and such a slow system to use?
Or am I the only one who thinks that?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I don't see how you can simplify those four steps without customising or writing something for yourself. An add-on is not going to know where your site is, what the project is, who you are in that JIRA system, or any of the data you want to fill in.
The spec you'd need would effectively have to hard-code that data.
"Think Trello" - where you have to go to the site, click create, select the right information, and click select. As you do in JIRA.
Why is JIRA always so complicated, over-engineered and such a slow system to use?
Most of the problems you're railing against here are things that need to go to your project leads and JIRA admins, they're not particularly flaws in the product.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
its because the UX is not as good as Trello. It looks like they are making improvements which is good. lets see what happens.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I can remove some steps. Create a URL for the issue type, like this: http://sevesujira.aka.amazon.com/secure/CreateIssue.jspa?&pid=11600&issuetype=7
PID is the project ID. I get that by going to the project (cog > Projects > project_name), then hovering my mouse over Details on the leftnav.
issuetype is the number of the issue type I want (in this case, Story, which is 7 by default) - I get this by hovering my mouse over the issue type in the leftnav or the list of issue types in the Summary.
I use this in conjunction with setting the Create Issue permission to Anyone.
With this URL, my user gets the Create Issue screen for the issue type I want them to have, and they don't have to select the Project or Issue Type before seeing the fields they want.
Instructions are here, including much more that you can specify in the URL. https://confluence.atlassian.com/jirakb/creating-issues-via-direct-html-links-159474.html
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can use issue collector and create a JavaScript that can be added in your website that enables you to create issue in jira.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Eren Gokcek
I am not convinced by your argument "I'm not interested in creating issues via email – looks too complicated."
It's an easy way to create new issue, just send a mail to an email address thats it! It's simpler than logging in and finding your project etc.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can do it using REST interface and a command line tool like curl. Just create a template file with project and other fields set and a simple linux script that accepts subject as a command line parameter and contains login details. After that you will be able to post tickets with minimum efforts from console: Ctrl+R, <your script name>, replace subject, Enter.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Eren, you can use Jirassimo IntakeForms to create issues in seconds. It's embeddable on any website/Confluence.
Cheers,
Vlad
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Akhil made the right recommendation, use the JIRA issue collector! Allows one to fill in a quick form with relevant capture of information and autmatically it gets pushed into JIRA as the new issue. From there, workflows can drive the issue thru resolution.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
If you are using JIRA Cloud, take a look at the mobile app from Atlassian.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.