mirror of
				https://github.com/interviewstreet/go-jira.git
				synced 2025-10-30 23:47:46 +02:00 
			
		
		
		
	🐛 [RANK ISSUE] Fix: sending before_issue in both cases
This commit is contained in:
		
				
					committed by
					
						 Harendra Chhekur
						Harendra Chhekur
					
				
			
			
				
	
			
			
			
						parent
						
							131e4b5f2c
						
					
				
				
					commit
					66f3331bee
				
			
							
								
								
									
										2
									
								
								issue.go
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								issue.go
									
									
									
									
									
								
							| @@ -810,7 +810,7 @@ func (s * IssueService) Rank(issueIDs []string, beforeIssue, afterIssue string, | |||||||
| 	} else { | 	} else { | ||||||
| 		reqBody = &RankAfterReqBody { | 		reqBody = &RankAfterReqBody { | ||||||
| 			Issues: issueIDs, | 			Issues: issueIDs, | ||||||
| 			RankAfterIssue: beforeIssue, | 			RankAfterIssue: afterIssue, | ||||||
| 			RankCustomFieldId: customFieldId, | 			RankCustomFieldId: customFieldId, | ||||||
| 		} | 		} | ||||||
| 	} | 	} | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user