Hi Guys,
I am adding condition Value Field (JSU) Condition for a select list field.
I want that for 3 value this transtion dont work. I have tried to add OR operator but not working.Please suggest.
Hi, @Vikrant Yadav
Field value should be a value and not an expression or list.
But for each value, you may define one condition:
1. Condition: field != Payroll
2. Condition: field != EDI
3. Condition: field != Custom Configuration
You can try this but best to create a JSU Servicedesk ticket to get you guided: https://servicedesk-apps.beecom.ch/servicedesk/customer/portal/3/user/login?destination=portal%2F3
Thanks @Denise_Wuethrich_beecom_products I know defining 3 different condition it works, but it am trying in one condition only.
Thanks for the suggestion.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can try using JQL Condition. Query looks like:
key = {issue.key} AND field != Payroll AND field != EDI AND field != Custom Configuration
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I have tested using AND and OR operators for both the cases , it's hiding transition for all Team field value, not only for EDI,Payroll.
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
I would suggest to please verify the query in Advanced Search query editor by replacing the current issue key with {issue.key}
And Always use, AND with "key = {issue.key} AND", as it checks for the current issue.
You can always create a JSU Service desk ticket to get you guided: https://servicedesk-apps.beecom.ch/servicedesk/customer/portal/3/user/login?destination=portal%2F3
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.