I need to configure the values of one select custom field by issue type in JIRA CLOUD
how do we do this?
Issue Type = Type Issue1
Custom Field = "Subtype"
Values = Subtype1,Subtype2,Subtype3,Subtype4
Issue Type = Type Issue 2
Custom Field = "Subtype" ( the same custom field)
Values = Subtype4,Subtype5,Subtype6,Subtype7
One posibility is using context ,JIRA allows us to configure custom fields according to Project and Issue Type but we can only have one context per project, so all the issue types in the project's context must have the same values.
Are there other posibilities? Has anyone worked around this or have any suggestions?
Israel,
Everything you stated is correct and you would have to create an additional custom field for the second issue type. Scriptrunner will allow you to hide values in a custom field based on issue type but I don't know if that functionality is part of Scriptrunner cloud. There are not any other apps that I know of that can provide that functionality.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.