Context
1. Users need the project administrator permission to allow managing sprints
2. Since recent, users having the project administrator permission are allowed to create components 'on the fly'
3. Users submit data containing typing errors
Combining 1,2 and 3 results in a situation in which more and more faulty components are created and polluting the project. How can this be solved?
Requirement
1. Users can manage sprints
2. Users are unable to create components 'on the fly'
you can change the version velocity template file at <<jira_installation_path>>\atlassian-jira\WEB-INF\classes\templates\jira\issue\field\versions-edit.vm
change data-create-permission="$!{createPermission}" to data-create-permission="false"
Doing this disallows creating new version in issue creation page
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Correct, you're not allowed to hack Cloud JIRA to implement downgrades like this one.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
'hack'? 'downgrade'? At least your attitude is clear.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Although you will be the first to get it if Atlassian decouple "create sprint" from "component maintenance" (I doubt they'll ever do it with versions, as they're often needed as part of the sprint process)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, it's a function most of my users had been yelling for for ages. It's clearly a downgrade to remove functionality that people like and want.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Agree with Nic on this. Restricting managing Components and Versions to jira admins is surely going backwards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I created a feature request for this, vote for it if you agree: https://jira.atlassian.com/browse/JRA-42068
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Nic - we are experiencing the same problem. We have a constant trickle of faulty versions and components being created. This 'on the fly' technique makes it all to easy for people to accidentally create components and versions. We need an option to disable this capability.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I'm afraid there's nothing in JIRA to allow this to be turned off. Also, Atlassian are moving strongly towards this "quick entry" style of interface, and I'm afraid that the only real answer is "educate your users"
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good advice, but the problem is that in a large company you'll have a lot of people who need to be able to manage sprints, and these people might not be the same folks who are part of the team that manages components / versions. When you have an instance that gets on average 1500-2000 issues created a day, typos are bound to occur. Even with a 1% error rate, we're going to see this quickly cause issues. Now not all 1500 issues rae being created by someone with project admin access (bugs), but almost all our stories are entered by people with admin access (since they manage sprints). So just like Atlassian has the ability to disable inline editing, they will need to provide the ability to disable inline creating.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1 on Jason's comment above. While we don't create 1500 issues a day, we create enough that monitoring and correcting errant versions and components is a regular job. We need a away to disable inline creation of components and versions.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1 Components are typically used as categorical bins to arrange issues by; as such they aren't changing that frequently in a project, and certainly not something that needs to be added on issue creation. It's easy enough to create them on the project's board's Components view: type the name, tab, type lead, tab, type description, tab, select default assignee, tab, enter, rinse and repeat.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1
I had to create a custom field (closed list) to avoid this issue.
We have a lot of components, and a closed list is the best way for them to quickly see which component is the more adequate.
Creating components on the fly just lead to everyone creating their own component when frustrated to not find it in seconds.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
+1 Component creation on the fly should be prohibited - it very error prone. Components aren't changed so much
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Stop giving most people project admin rights if this is a problem for you. Then educate your remaining project admins
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The permissions are not that granular. A project admin should be able to maintain components and sprints really, and the permissions to do that are one item (also includes the maintenance of versions and users)
If your users are entering the wrong words for components, you'd actually be best advised to get them to check their data properly! It's in their best interests to get it right anyway, get them to buy into it more.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
to set data-create-permission="false" is sadly not a solution :(
Does anyone have another solution?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.