-
Type:
Suggestion
-
Resolution: Won't Do
-
Component/s: Ecosystem
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
As per REST documentation in http://docs.atlassian.com/jira/REST/latest/#id123696
there is no API to update a project details, mainly the 'description', 'url' and 'name'.
Those fields can be editing in a SOAP call, but as SOAP is being deprecated in favor of REST, it would be good to get this PUT call implemented.
(I've also checked http://docs.atlassian.com/jira/REST/5.2-m03/ and it doesn't seem to be there as well).
Equivalent SOAP call:
http://docs.atlassian.com/rpc-jira-plugin/4.4/com/atlassian/jira/rpc/soap/JiraSoapService.html#updateProject(java.lang.String, com.atlassian.jira.rpc.soap.beans.RemoteProject)
Thanks,
Johan.
- is related to
-
JRASERVER-29493 Add Project update to REST API
- Closed