Hi,
I am looking for Jira Service Desk rest api to edit issue field "Summary".
I looked at existing doc, but couldn't find rest api to edit issue field for Service Desk project.
Thanks,
Mansi
If you want to edit the Summary field of an issue, you should use Jira Server Rest Api.
PUT /rest/api/2/issue/{issueIdOrKey}
@Alexey Matveev I tried that but its throwing this error: { "errorMessages": [], "errors": { "summary ": "Field 'summary ' cannot be set. It is not on the appropriate screen, or unknown." } }
This field is on the edit screen. so not sure what else does it need?
Thanks,
Mansi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Make sure that your user has privileges to edit the issue.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User has privileges to edit this issue but somehow summary field is not saving changes even if I made that change on screen.
No error or anything, but changes are not saved.
any idea?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Have a look in the log file atlassian-jira.log.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Atlassian Government Cloud has achieved FedRAMP Authorization at the Moderate level! Join our webinar to learn how you can accelerate mission success and move work forward faster in cloud, all while ensuring your critical data is secure.
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.