We are moving from Atlassian Cloud to an internally hosted Jira Server instance. In our requests we have a field for cost centres to be inserted. To date it is a manual process using a single line text input field.
We have issues with the incorrect info inserted and I'd like users to be able to select a cost centre from a defined list instead. We have around 1,100 cost centres in use.
Has anyone done this?
Hello,
You would need to create a new single select field and then move all values from the old field to the new one. You would need to write a custom solution to move these values.
If you want a free solution, then you could use the Jira Rest Api, to accomplish this task.
I would say that a select list with 1000 options seems meaningless. Maybe better make a cascading select.
I have not heard about performance problems though 1000 options will be loaded each time to the page of the user and the user resources will play the main part, if it will be fast or not.
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.