I'm attempting to create an issue using Postman and specifying the Urgency and Impact however nothing I try seems to resolve these errors:
"parameters": [
"Field with id 'customfield_16006' named 'Urgency' has these errors : Specify a valid 'id' or 'name' for Urgency, \nField with id 'customfield_19955' named 'Impact' has these errors : Specify a valid 'id' or 'name' for Impact"
{
"requestFieldValues": {
"labels": ["Ansible"],
"description": "description info goes here test.",
"summary": "summary here, test",
"customfield_16006": "3:",
"customfield_19955": "3:"
},
"requestTypeId": "3436",
"serviceDeskId": "1396"
}
{"fieldId":"customfield_16006","name":"How urgently does this need to be fixed?","description":"","required":false,"defaultValues":[],"validValues":[{"value":"13516","label":"Critical","children":[]},{"value":"13517","label":"High","children":[]},{"value":"13518","label":"Medium","children":[]},{"value":"13519","label":"Low","children":[]}]
I've tried using the value like '13516', the label "Critical" but neither seem to be accepted.
And I found the answer.. Had to google though. the 'similar issues' lookup did not return anyhting.
The fix was:
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.