Hi all,
I'd like to create a custom filed, select list (single choice), where the list is composed through the values of a label or fields populated in different issues.
For example.
Text Field A in issue 1 = Fiore
Text Field A in issue 2 = Albero
Text Field A in issue 3 = Casa
Select list field B = Fiore, Albero, Casa.
Any way to obtain this result?
Thanks,
Fiorella
Using Scriptrunner this can be achieved partially.
Here's a plugin that can do the work for you
https://marketplace.atlassian.com/apps/6820/scriptrunner-for-jira?tab=overview&hosting=cloud
Or you could do this via API
And then add these values to the Custom field regularly
Thanks,
Pramodh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There isn't a means of doing this OOTB. You are not able to dynamically define the values of a custom select field.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.