I have searched for a ssolution to copy a list item in a top site to a list in a subsite. Unfortunately are there no workable solution. This is the configuration
SharePoint 2013 Standard server
In the top site  an Issue tracking list with customized columns for projectnumber. I want to copy a list item to a subsite with the projectnumber as the last part of the url being the projectnumber. The list in the subsite should be an issue tracking list with the same columns as the list in the topsite.
Is the best solution a workflow or a coded solution? Anyone have an example of such a solution?
Best regards,
Ove Bristrand NetIntegrate Sweden AB
You may be able to use the Call HTTP Web Service action and use the SharePoint REST API to create a new list item with the same data and then delete the current item.
http://msdn.microsoft.com/en-us/library/office/dn292552%28v=office.15%29.aspx
