Skip to content

Commit

Permalink
oops removed something on accident
Browse files Browse the repository at this point in the history
Signed-off-by: Maxwell Brown <[email protected]>
  • Loading branch information
Galactus22625 committed Oct 14, 2024
1 parent 899869f commit 82b5605
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ public String getIssue(String issueKey, JiraSourceConfig configuration) {
Queue<Integer> waitTimeQueue = new ConcurrentLinkedQueue<>(waitTimeList);

while(true) {
String url = configuration.getAccountUrl() + REST_API_FETCH_ISSUE + "/";
String url = configuration.getAccountUrl() + REST_API_FETCH_ISSUE + "/" + issueKey;
try {
return restTemplate.getForEntity(url, String.class).getBody();
} catch (ClientAuthorizationRequiredException ex) {
Expand Down

0 comments on commit 82b5605

Please sign in to comment.