Documentation ¶
Overview ¶
Package triagebot lists Jira issues awaiting triage.
Index ¶
Constants ¶
View Source
const ExternalUserText = "Kun brugere med en *@reload.dk* adresse kan se hvad der mangler triage"
ExternalUserText is the answer given to users without a @reload.dk e-mail.
View Source
const LeadText = "Følgende issues mangler triage"
LeadText is the text leading the list of issues needing triage.
View Source
const NoIssuesNeedTriage = "Ingen issues mangler triage"
NoIssuesNeedTriage is the text when no issues need triage.
View Source
const UnreleasedText = "Følgende issues der er vurderet critical/blocker er endnu ikke releaset"
UnreleasedText is the text leading the list of unreleased issues.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SchedulePayload ¶
SchedulePayload is the message posted from Google Cloud Scheduler.
type ZulipPayload ¶
type ZulipPayload struct { Data string `json:"data"` Token string `json:"token"` Message struct { ID int `json:"id"` SenderEmail string `json:"sender_email"` } `json:"message"` }
ZulipPayload is the outgoing message received from Zulip.
type ZulipResponse ¶
type ZulipResponse struct {
Content string `json:"content"`
}
ZulipResponse is the data we send as an answer to the payload.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.