1) I want to set the 'assignee' via the API. I believe I am on the cloud:
[https://company.atlassian.net/rest/api/3/user?accountId=<value>"]
2) I saw a tutorial post on one of your developer sites. It said to do a PUT with:
{
"fields": {
"assignee":{"name":"harry"}
}
}
( curl -D- -u fred:fred -X PUT --data {see below} -H "Content-Type: application/json" http://kelpie9:8081/rest/api/2/issue/QA-31 )
3) If I GET on one of my issues, I don't see a 'name' field. This is what I have:
"assignee": {
"self": "https://propylon-limited.atlassian.net/rest/api/3/user?accountId=6xxxx1",
"accountId": "6....1",
"emailAddress": "sxxx.com",
"avatarUrls": {
"",
"",
"",
""
},
"displayName": "Sandeep Vaidya",
"active": true,
"timeZone": "Europe/Dublin",
"accountType": "atlassian"
},
4) I tried the put with accountId, displayName, I got this error:
Hi @Sandeep Vaidya As per the error message it seems that Assignee field is not available on Edit screen or not editable. Are you able to set assignee manually from view screen?
If you are able to edit assignee from view screen then kindly check this link, it has complete steps for setting assignee via REST API :-
https://www.ravisagar.in/videos/jira-rest-api-assignunassign-issue
Thanks
V.Y
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Join the largest European gathering of the Atlassian Community and reimagine what’s possible when great teams and transformative technology come together. Plus, grab your Super Fan ticket now and save over €1,000 on your pass before prices rise on 3 June.
Register nowOnline 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.