Hi Team,
I am trying to create issue using servicedesk API with following parameter:
URL: https://spherewms.atlassian.net//rest/servicedeskapi/request
Project Key - SS
POST Payload:
{
"serviceDeskId":"1",
"requestFieldValues":{
"summary":"Test",
"description":"Testing",
"customfield_11802":{
"value": "10905"
}
},
"requestTypeId":"59"
}
Here custom field(customfield_11802) represent the Environment in request type.
I am not able to create ticket in and getting this error,
{
"errorMessage": "Unable to create request because of theses errors : Field with id 'customfield_11802' named 'Environment' has these errors : Option value '10905' is not valid",
"i18nErrorMessage": {
"i18nKey": "sd.request.create.error.failed.msg",
"parameters": [
"Field with id 'customfield_11802' named 'Environment' has these errors : Option value '10905' is not valid"
]
}
}
Any help would be really great for me.
Regards
Arihant Jain
Community moderators have prevented the ability to post new answers.
Duplicate of https://community.atlassian.com/t5/Jira-Service-Desk-questions/Getting-error-while-create-issue-with-environment-field/qaq-p/760422 which has the conversation needed to answer this already started.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.