@Florence Crumpler‚ Same here! I have been toying with this for a couple of days, but the filters are never quite right. You can very easily move a document from the issue to the resolving project (and comments too), but the problem is, it will keep pulling in all of the documents each time an update is made to the original issue. I have not figured out the right filter combo to only pull in new docs. If anybody has an answer for that, I am all ears! The other thing is, when a new doc is uploaded to the issue - it is not recognized as an update by Fusion, even though it posts an update.
Here's where I am at though:
* watch events module looking for updated issues
* read a record for issue data
* filter for issues with resolve project ID
* read a record for resolve project data
* read related records for issue document data
* search module to identify each doc as a separate bundle
* filter for the issue documents that have an update date later than the resolve project entry date (this does not seem to work)
* upload document to upload the new docs to the resolve project
*MS email to send a notification to the project owner
It's close, but I can't figure out how to limit the doc uploads to only new docs. Hopefully that will get your started. I will let you know if I figure this one out!