Documentation ¶
Index ¶
- Constants
- func SaveCampaign(campaign *model.Campaign, path string) error
- type App
- func (a *App) CheckLabels(labels []string) (bool, []string, error)
- func (a *App) GetIssue(issueNo string) (*jira.Issue, error)
- func (a *App) GetJiraIssueFromTicket(ticket *model.Ticket) (*jira.Issue, error)
- func (a *App) GetTicketsFromJiraEpic() ([]*model.Ticket, error)
- func (a *App) GithubSync() error
- func (a *App) InitClients() error
- func (a *App) InitGithubClient() error
- func (a *App) InitJiraClient() error
- func (a *App) ListLabels() ([]string, error)
- func (a *App) Load() error
- func (a *App) PublishAllInGithub(w io.Writer, dryRun bool) (int, error)
- func (a *App) PublishAllInJira(w io.Writer, dryRun bool) (int, error)
- func (a *App) PublishBatchInGithub(w io.Writer, batch int, dryRun bool) error
- func (a *App) PublishBatchInJira(w io.Writer, batch int, dryRun bool) error
- func (a *App) PublishInGithub(ticket *model.Ticket, dryRun bool) (*github.Issue, error)
- func (a *App) PublishInJira(ticket *model.Ticket, dryRun bool) (*jira.Issue, error)
- func (a *App) PublishNextInGithub(w io.Writer, dryRun bool) (bool, error)
- func (a *App) PublishNextInJira(w io.Writer, dryRun bool) (bool, error)
- func (a *App) Save() error
- func (a *App) UpdateJiraAfterGithub(ticket *model.Ticket) error
Constants ¶
View Source
const GithubIssueJiraField = "customfield_11106"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type App ¶
type App struct { Path string JiraClient *jira.Client GithubClient *github.Client Campaign *model.Campaign }
func (*App) GetJiraIssueFromTicket ¶
func (*App) GetTicketsFromJiraEpic ¶
func (*App) GithubSync ¶
func (*App) InitClients ¶
func (*App) InitGithubClient ¶
func (*App) InitJiraClient ¶
func (*App) ListLabels ¶
func (*App) PublishAllInGithub ¶
func (*App) PublishAllInJira ¶
func (*App) PublishBatchInGithub ¶
func (*App) PublishBatchInJira ¶
func (*App) PublishInGithub ¶
func (*App) PublishInJira ¶
func (*App) PublishNextInGithub ¶
func (*App) PublishNextInJira ¶
Click to show internal directories.
Click to hide internal directories.