Hi Team,
How to validate Custom field B value Based on Custom field A value
For suppose i have one field name
(ABC) single select field
1
2
3
if i can select value 1 then
(XYZ) Custom field is mandatory
when i select 2 or 3
(XYZ) Custom field is non-mandatory
Please share anyone of your suggestions
I would like ready to hear
Thanks
Durga Prasad
You don't mention when you what the validation to run, or the type of project you are using. A bit more context would help the community answer more directly.
If you want the UI to validate custom fields when editing them - I don't think there is any existing Jira feature for that. But you could use Jira automation to do it - feedback would be delayed, and could be via an email/notification or issue comment.
Assuming you want to validate this in a workflow transition (changing the work item status), this is common to ensure data is complete or valid before the issue can be closed or resolved.
I know of two ways to do this - and they work differently.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.