add rank ISSUE after|before ISSUE command

This commit is contained in:
Cory Bennett
2017-08-13 23:54:22 -07:00
parent a08c92f3aa
commit 8b863d297b
8 changed files with 107 additions and 82 deletions
+4
View File
@@ -13,3 +13,7 @@ func (w *Worklog) ProvideWorklog() *Worklog {
func (l *LinkIssueRequest) ProvideLinkIssueRequest() *LinkIssueRequest {
return l
}
func (r *RankRequest) ProvideRankRequest() *RankRequest {
return r
}