Created 2024-12-31T12:09:50Z
Updated 2025-01-02T14:46:29Z
Type Action
Status In Progress

Problem: Some GitHub project issues will contain attachments such as images. When the issue is reflected in the website day book, the image urls aren’t accessible since they are private.

The issues are read from Github with GraphQL with the resulting JSON containing the issue body text. The images appear to be presented as html in this issue body Text as follows:

<img width="602" alt="Image" src="https://github.com/user-attachments/assets/8f44affb-03d4-429b-8bad-a6c016bf9760" />

As A developer I Want the image extracted from the private url And saved to the images folder on the website So That the image can be seen in the public web site copy of the Day Book entry.