Forums

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

Receiving null in autocomplete URL in createmeta

Sumit Sinha
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
August 9, 2018

Jira version : 7.2

When I request createmeta in the autocomplete URLs for things like `Assignable users` i get null in the IssueKey query parameter. While on cloud version it works perfectly.

Like : 

"assignee": {
"required": false,
"schema": {
"type": "user",
"system": "assignee"
},
"name": "Assignee",
"autoCompleteUrl": "http://2342.ngrok.io/rest/api/latest/user/assignable/search?issueKey=null&username=", "hasDefaultValue": false,
"operations": [
"set"
]
}

Why is it so?

0 answers

Suggest an answer

Log in or Sign up to answer