To help reduce the problem of "orphan" documents, require users who create a
document anywhere on the site to associate the document with an
artifact.
"Orphan" documents are documents that are abandoned because they are not
connected to any tracked activity.
-
Open the
conf/site-options.conf file in a text
editor.
-
Change the value of the
sf.requireAssociationOnDocumentCreate
variable to
true
-
Change the value of the
sf.allowedAssociationTypeOnDocumentCreate
variable to
[TrackerArtifact]
-
If you want to prevent users from associating documents with closed
artifacts, change the value of the
sf.requireArtifactToBeOpenOnDocumentAssociation
variable to
true
-
Save
conf/site-options.conf.
-
Recreate the runtime environment.
-
./install.sh -V -r -d
/opt/collabnet/teamforge