Is it possible to restrict the components field to be a single choice?
The reasons is for GreenHopper. We have scrum boards which key off components. When users select multiple choices, the ticket (story) is visible in 2 boards. Then 1 story gets put in an active sprint and locks out the other team from starting a sprint, because they see the 1st teams sprint with that overlapping ticket.
That is actually the core problem. But if you can answer my question, or give workarounds, that'd be helpful.
Atlassian support gave a pretty good workaround
Add an additional validator in the transition to check only a single selection is made for the component. Use the validator "Field Has Single Value" JIRA Misc Workflow Extensions for this.
Its a tedious if you have alot of steps, but does work.
Updating workflow will be a issue here; any way to do this by 'Behaviour or script runner'?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I think I have a relatively simple way to do this:
Make sure the spelling of the options in the custom field matches the Components **exactly** - eg, no trailing spaces.
Downside is you'll have to keep the custom field options in sync with the Components list.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Unfortunately, expensive addons are not an option for some JIRA admins, and may lead to problems with urgent JIRA updates.
Any way of doing this without addons?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Were you able to find a solution to this without having to use add-ons?
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 think components can be restricted to a single choice only.
but board filters can be modified.
so if Board1 never handles issue where Component1A and Component1B is chosen add
AND component not in (Component1A, Component1B)
will this work for you?
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.