- The table is produced from a Jira query that includes as search terms the Project ("PRJCT") and the version number ("1.0.0")
- I want to send the table to the following standardized directory structure:
Code: Select all
smb://techpubs-server.company.com/ReleaseNotes/PRJCT/1.0.0/PRJCT-1.0.0-Table.flsnp - I want to Flare to access this SMB share directory and import the file using a variable defined along the lines of: \\techpubs-server.company.com\ReleaseNotes\[%=General.Project%]\[%=General.Version%]\[%=General.Project%]-[%=General.Version%]-Table.flsnp. Interpreted, this will render like: \\techpubs-server.company.com\ReleaseNotes\PRJCT\1.0.0\PRJCT-1.0.0-Table.flsnp
Is there any way to introduce variables to file paths for global linking, or will I have to set up each note manually?
Or...am I going about this all wrong and there's this much simpler way of doing things...?
Thanks in advance...
--William