Documents associations across various projects

Wednesday, May 27, 2026
Avatar

In my setup I have a special project that is acting like a DMS and all formally released documents are stored in there.

On some occasions, a requirement shall be linked to one or more of those documents. How do I do this?

There seem to be no option to attach a document from another project. I know I can re-upload the document to another project but then it may create a situation in which we no longer having a source of truth. And linking it by URL is a bit ugly.

Is there a simple solution to this?

3 Replies
Thursday, May 28, 2026
Avatar
re: inmarsys Wednesday, May 27, 2026

Hello,

Unfortunately, Spira doesn't natively support cross-project document attachments at this moment. Currently, you can't link a document from Project A directly to a requirement in Project B through the standard UI.

1. The most maintainable approach without duplicating files is to use URLs: in the requirement's Associations or Attachments tab, add a URL-type attachment pointing to the document in the DMS project.
The URL format is predictable: https://[instance]/[ProjectId]/Document/[DocumentId].aspx so in this way you maintain a single source of truth in the DMS project.

2. The other solution is related to API-based automation. For that you will need to write a small script using the Spira REST API that:

- Creates a URL-type document in the target project pointing to the source document in the DMS project.
- Associates it with the requirement.
- And keeps the DMS project as the source of truth while automating the "link by URL" approach so users don't have to manually construct URLs.

There is an existing enhancement in our internal system about cross-product attachments, so adding your vote to it.

 

Regards,
Victoria -

9 hours 8 minutes ago
Avatar
re: inflectra.Victoria Thursday, May 28, 2026

Keeping the DMS project as the single source of truth definitely sounds like the better long term approach. The URL solution is not as elegant visually, but it avoids duplicated documents and version drift, which usually becomes a much bigger problem later.

 

9 hours 6 minutes ago
Avatar
re: xelocva911 Friday, May 29, 2026

Cross-project document references really feel like a missing feature for setups using a dedicated DMS project. Re-uploading files works technically, but it defeats the whole fnf purpose of controlled document management and version consistency.

 

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Wednesday, May 27, 2026
  • Last Reply: 9 hours 6 minutes ago
  • Replies: 3
  • Views: 50