AS a user, I want the gallery images to be returned as an array of images #161
Labels
No labels
blocked
documentation
duplicate
enhancement
good first issue
help wanted
invalid
needs criteria
needs estimate
needs tests
question
spike
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
epic
type
investigation
type
story
wontfix
blocked
duplicate
needs criteria
needs designs
needs estimate
needs testing
question
type
admin
type
alert
type
bug
type
defect
type
dependencies
type
design
type
documentation
type
epic
type
incident
type
investigation
type
spike
type
story
won't fix
No project
No assignees
1 participant
Notifications
Total time spent: 44 minutes 15 seconds
Due date
Vylpes
44 minutes 15 seconds
No due date set.
Dependencies
No dependencies set.
Reference: RabbitLabs/random-bunny#161
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Epic:
Story Points: 3
SO THAT I can pick from a set of images not just the first one of a gallery
Acceptance Criteria
AS a user
GIVEN I execute the script
AND the bot picks a post with multiple images
WHEN I check the returned data
THEN I should see an array with all the images in it
Subtasks
Notes
No notes
Currently the logic is hotfixed in to use the mail Url field, but would be good to add this as an array into the return logic, but this will require an API change and so is out of scope for a hotfix
Implement gallery images as an arrayto AS a user, I want the gallery images to be returned as an array of images