• Community
  • Products
  • Jira Software
  • Questions
  • To Update custom cascading select field in JIRA With sonarqube-4.1.2,how can I update an issue custom cascading select's field (both parent and child)?

To Update custom cascading select field in JIRA With sonarqube-4.1.2,how can I update an issue custom cascading select's field (both parent and child)?

lakshmi palakolanu April 14, 2014

Here is the code ...

@Property(

key =

"customfield_10291",

defaultValue =

"ES Middleware", name = "Parent Product",

description =

"Parent Product - Custom Field in JIRA",

global =

false,

project =

true,

options = {

"None", "Commercial Services", "Comms", "Data Conversion", "Database", "Documentation", "Draw PC", "ES Anywhere",

"ES Middleware", "ES Reporting", "Firmware", "GUI", "Host", "Infrastructure",

"Integration Engineer", "Interactive", "Interfaces", "IPS", "Knowledge Advancement Productions",

"Multi Media", "OPS Automation", "ops Support", "Other",

"PD Player Mobile", "Player Direct eInstants", "Support Systems", "Terminal"},

type = PropertyType.

SINGLE_SELECT_LIST

),

@Property(

key =

"10401",

defaultValue =

"ESMS", name = "Child Product",

description =

"Child Product - Custom Field in JIRA",

global =

false,

project =

true,

options = {

"None", "ES Admin", "ES IPS", "ES OLPM", "ES PROMO", "ES Retailer Management", "ESMS", "ESPS-CAP", "ESPS-Common Services", "ESPS-Player", "ESPS-PRM", "ESPS-Subscriptions", "ESRS", "ESRS w/Tibco", "ESSDK", "Legacy CAP"},

type = PropertyType.

SINGLE_SELECT_LIST

),

2 answers

0 votes
lakshmi palakolanu April 14, 2014

yes

0 votes
Boris Georgiev _Appfire_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
April 14, 2014

Suggest an answer

Log in or Sign up to answer