Problem: I would like to institute a rule for my teams, "One component per issue", and I do not see a setting, in the administrative section of JIRA, to implement this.
Relevance: Many of our reports look into the breakdown of any given project's work by component, having multiple components per issue can, ever so slightly, misrepresent those reports.
Comments: I know I can skirt around this problem by creating a custom field but, when you are in a JIRA project, it is nice to be able to click on the puzzle icon in the sidebar and view issues by component.
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.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
Register NowOnline 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.