Skip to content
Snippets Groups Projects

[#12016] Prepared methods for fetching most of the objects that will be saved into SPADe

Merged [#12016] Prepared methods for fetching most of the objects that will be saved into SPADe
Merged Milan Janoch requested to merge feature/12016 into dev
7 files
+ 978
290
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -21,10 +21,10 @@ public class AttachmentService {
@Value("${jira.project.key}")
private String projectKey;
@Value("${jira.max.issues:100}")
@Value("${jira.max.issues}")
private int maxIssues;
@Value("${jira.timeout.seconds:30}")
@Value("${jira.timeout.seconds}")
private int timeoutSeconds;
/// id -> Artifact.externalId -> TODO NOT EXISTING
Loading