Hi,
we need to present a list of options to users, while creating an issue.
First they have to select from list A and then List B.
The options in list B are dependent on the values chosen in list A and to achieve this functionality we are using cascading select list, now my question is if we want to update the list, how we do it?
Do we have to go custome fields and manually update options values available?
Consider using the Insight - Asset management app instead of the out of the box select lists.
All or selected users can be allowed to change / add / remove items (which is called objects in this app) in your select list, and they don't need to be jira admins to keep the lists up to date.
if you have more options thend store it in any data base and populate with following plugin
https://marketplace.atlassian.com/plugins/org.deblauwe.jira.plugin.database-values-plugin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
So you are saying we can get the value options from another database? then we can create some UI or something to update that list in the database?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes you do.
If you have a lot consider using https://jamieechlin.atlassian.net/wiki/display/GRV/Built-In+Scripts#Built-InScripts-BulkImportCustomFieldValues
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
but once we migrate project to production, in case if we want to add a new option, then? Only Admin can go to Custome Field and new options?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes, only the admin can add more options to the custom field.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Is there any other way that we can maintain this cascade select list?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can write your own plugin to deal with that, or, use labels, or try the nfeed plugin. Somewhere I put an example of using javascript to retrieve values for a select list from a web service or a plain file using jsonp.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
how to do that. I mean a new plug-in. I tried doing it but it seems jira doesnt support populating select list from plug-in. correct me if I m wrong.
Here is my question -
https://answers.atlassian.com/questions/280960/how-to-add-new-values-to-select-list-field-in-jira-dynamically-or-using-plug-in#
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.