Hello Community,
We have multi selected field value which user can select single or multiple values.
Ex for multi select field values: Apple, orange, Banana and Grapes
When User selects Apple and orange then we have corresponding fields which needs to filled.
Ex for corresponding fields: Apple1,Appl2 Apple3, Orange1, Ornage2 and Orange3 Custom fields.
Later if user removes "Apple" from multi select custom field then we want to remove Apple1,Appl2 Apple3 values automatically.
Is there any way that we can achieve this from Jira automation rules or script runner?
Note: we are using Jira cloud
Hi @PLaksh11
Yes, and...to the suggestions from @John Funk
We need to see the details of your rule and option selections to provide specific suggestions.
Until we see those, if your different option values indeed follow a pattern as you describe, please see this article for how to remove values from on list using the match() function and then use advanced edit with JSON to make the field update:
Kind regards,
Bill
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @PLaksh11
Welcome to the Community!
Please inform, are Apple1,Appl2 Apple3, Orange1, Ornage2 and Orange3 separate custom fields or these are values for one customfield?
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.