api. Problem with new request and field "priority"

micke_e June 1, 2016

Hi,

I have been playing with the api to create a ticket in JIRA service desk. With the json payload:

payload = {
"serviceDesk": 1,
"requestType": 11,
"requestFieldValues": {
"summary": "Request JSD help via REST",
"customfield_10702":"testuset",
"customfield_10719":"555555",
"customfield_10714":{
"value":"HR"
 },
"description": "I need a new mouse for my Mac",
"priority":"1"
 },
"requestParticipants": [
"testuser"
 ]
}

I get that priority is not valid. I have tested every possible version of priority with "id" "name" and so on without success. Does anyone know how to correct use priority?

1 answer

0 votes
Nic Brough -Adaptavist-
Community Leader
Community Leader
Community Leaders are connectors, ambassadors, and mentors. On the online community, they serve as thought leaders, product experts, and moderators.
June 1, 2016

Yes.

Suggest an answer

Log in or Sign up to answer