Hi, I am trying to integrate JIRA with my Selenium code (C# .Net), to create a bug through JIRA API.
There are few custom fields in the project and couple of them which are a select dropdown. I tried multiple ways to pass the value to the custom field but different error keeps popping everytime. Could someone pleas help?
customfield_10803= new { value = 10507},
currently I am passing this way, but I am getting Could not find valid 'id' or 'value' in the Parent Option object error.