I have created a custom field that allows multiple values.
I would like to know if there is a way to disable multiple values and and allow only one through validator.
e.g. when I select a specific value (e.g. "Complaints") then the field should not allow to input any other values.
Hello,
To order statuses you should use the opsbar-sequence workflow property:
https://confluence.atlassian.com/adminjiraserver071/workflow-properties-802592825.html
This solution work for Cloud and Server
How manipulate the number of displayed transitions you can find here:
This solution does not work for Jira Cloud
Thanks you for your inputs Alexey, As per your suggested link i have followed the same to achieve add more workflow transition buttons to my issue view but its not working
Screen shot:
And to order to transition i have used opsbar-sequence property in transition, but this is also not working
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You should add opsbar-sequence to all transitions. Otherwise transitions will not be sorted.
the ops.bar.group.size.opsbar-transitions you add to the jira-config.properties file, which is situated in the JIRA_HOME folder. And you need to restart Jira
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Good morning.
Does the property ops.bar.group.size.opsbar-transitions work for the Cloud version?
Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Apparently it doesn't, just tested...
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.