Thanks .. I will add the suggestion ....
In the meantime .. I wrote a powershell script that uses the Rundeck API to get all projects, then for each project get all jobs.
Foreach job, I the test if there is a documentation file at
https://myApacheServer/rundeck/$jobID.htmlIf there is, I set $docLink = "<br><br>[Documentation]($DocBaseURL$jobId.html) [SHIFT-CLICK to open in new window]"
I get the current description of the job, and if it doesn't already have the above documentation link in it, then add
$docLink to the end of the description.
Then write the whole new description to the job.
Now every job has that
$docLink in the description. The script will run daily, skip all the ones already done, and add
$docLink for any new jobs.