Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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-
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
June 1, 2016

Yes.

Suggest an answer

Log in or Sign up to answer