1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-08-10 22:21:36 +02:00

🐛 [RANK ISSUE] Fix: sending before_issue in both cases

This commit is contained in:
Chhekur
2021-12-08 19:00:13 +05:30
parent 131e4b5f2c
commit 027912b354

View File

@@ -810,7 +810,7 @@ func (s * IssueService) Rank(issueIDs []string, beforeIssue, afterIssue string,
} else {
reqBody = &RankAfterReqBody {
Issues: issueIDs,
RankAfterIssue: beforeIssue,
RankAfterIssue: afterIssue,
RankCustomFieldId: customFieldId,
}
}