Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type JiraBoard20240111 ¶
type JiraBoard20240111 struct {
Jql string
}
func (JiraBoard20240111) TableName ¶
func (JiraBoard20240111) TableName() string
type JiraIssueCommit20230512 ¶
type JiraIssueCommit20230512 struct {
RepoUrl string
}
func (JiraIssueCommit20230512) TableName ¶
func (JiraIssueCommit20230512) TableName() string
type JiraIssueRelationship20231016 ¶
type JiraIssueRelationship20231016 struct {
archived.NoPKModel
ConnectionId uint64 `gorm:"primaryKey"`
IssueId uint64 `gorm:"primarykey"`
IssueKey string `gorm:"type:varchar(255)"` // e.g. DEV-1
TypeId uint64 // e.g. 10001
TypeName string `gorm:"type:varchar(255)"` // e.g. Blocks
Inward string `gorm:"type:varchar(255)"` // e.g. blocks
Outward string `gorm:"type:varchar(255)"` // e.g. is blocked by
InwardIssueId uint64 `gorm:"primaryKey"` // e.g. 116566
InwardIssueKey string `gorm:"type:varchar(255)"` // e.g. DEV-2
OutwardIssueId uint64 `gorm:"primaryKey"` // e.g. 116567
OutwardIssueKey string `gorm:"type:varchar(255)"` // e.g. DEV-3
}
func (JiraIssueRelationship20231016) TableName ¶
func (JiraIssueRelationship20231016) TableName() string
type JiraTransformationRule20230223 ¶
type JiraTransformationRule20230223 struct {
RemotelinkRepoPattern json.RawMessage `mapstructure:"remotelinkRepoPattern,omitempty" json:"remotelinkRepoPattern"`
}
func (JiraTransformationRule20230223) TableName ¶
func (JiraTransformationRule20230223) TableName() string
Source Files
¶
- 20220407_add_source_table.go
- 20220505_rename_source_table.go
- 20220716_add_init_tables.go
- 20221116_add_trasformation_rule_table.go
- 20221215_add_project_name.go
- 20230129_add_multi_auth.go
- 20230214_remove_issue_stdstorypoint.go
- 20230223_add_repo_pattern.go
- 20230322_add_connection_id_to_transformation_rules.go
- 20230322_expand_remotelink_url.go
- 20230412_add_changelog_total_field_to_issue.go
- 20230412_desc_comment.go
- 20230510_expand_remotelink_selfurl.go
- 20230512_add_repo_url.go
- 20230530_scope_config.go
- 20230601_add_application_type.go
- 20230609_clear_repo_pattern.go
- 20230630_add_raw_param_table_for_scopes.go
- 20230726_add_issue_relationship_table.go
- 20230808_drop_issue_allfields.go
- 20231016_modify_issue_relationship_primarykey.go
- 20240103_add_component_to_issue.go
- 20240111_add_filter_jql.go
- register.go
Click to show internal directories.
Click to hide internal directories.