jira-integration: Avoid whitespace in code use "-" instead
FEA: ItEr77S16JiraAndTimConnectorContributionIntegration
This commit is contained in:
parent
d8da496a95
commit
65458cfc9f
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ public class JiraTimesheetSynchronizer implements IJiraTimesheetSynchronizer {
|
|||
return;
|
||||
}
|
||||
|
||||
String code = order.getCode() + " " + order.getImportedLabel();
|
||||
String code = order.getCode() + "-" + order.getImportedLabel();
|
||||
|
||||
WorkReport workReport = updateOrCreateWorkReport(code);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue