We are planning to build a custom solution for a 1000 business users on Jira Core. They are clinical background and may not have prior experience with Jira. There is a requirement for a 'Training' instance or environment that needs to be separate from a Dev/QA/Prod environment so that is remains stable for training purpose. A demo environment may work as well.
Is there an option to setup a training instance/environment for a 1000 business users.
If you were on Server, there's a hack you can apply to the field template which converts it to single-select. (It remains a multiple entry field in every respect, but the users can't put more than one option into it)
Cloud does not support that. Go with the custom field option (and maybe use components for something else)
Hey Nic,
I really appreciate the response!
That is interesting but alas, my team and I are on Cloud.
Have a great day!
Best,
Dan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Nic Brough -Adaptavist- What is this amazing hack you speak of? We're on server and would love this.
Bonus points if you know how we can limit the components to a predefined list....
Thank you in advance!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can limit the components to a list by having the project admins define the components correctly (non admins can't edit the list)
To limit it to one, find the .vm file that defines the field layout on edit and change it so it only allows for one selection, then restart Jira. From memory, it's component-edit.vm somewhere below atlassian-jira/WEB-INF/classes/template/ - a quick search should find it (it definitely has component in the file name). You may also want to edit the file for bulk change too.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
For folks who are on Cloud there is a validator called Field has single value that works to limit multi select fields on the workflow level. It works beautifully for this.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I found a workaround for this on Jira Cloud.
I added two validators on one early transition in the workflow :
I duplicated these validators to other key transitions in order not have an issue later on.
For my need, it seems to do the trick.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does this require an Add-On?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Guillaume @Guillaume Wolf , I like this workaround. Are those standard Validators or did you have to custom make them? If standard, which validators did you use for preventing more than one value?
UPDATE: Never mind. I was able to do it with SR. Thanks for the suggestion
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.