Skip to content

Commit 3b74299

Browse files
committed
Change format of pullFroMRepo for Sec jobs
1 parent fe4dae5 commit 3b74299

File tree

1 file changed

+1
-1
lines changed
  • tracker_automations/bulk_prelaunch_jobs/criteria/list_of_mdls_sdev

1 file changed

+1
-1
lines changed

tracker_automations/bulk_prelaunch_jobs/criteria/list_of_mdls_sdev/query.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
${basereq} --action getIssueList \
22
--jql "project = 'Moodle' \
33
AND issue IN (${issueslist}) \
4-
AND cf[${customfield_pullFromRepository}] ~ 'integration/security-testing' \
4+
AND ${customfield_pullFromRepository} ~ 'integration/security-testing' \
55
AND level IS NOT EMPTY \
66
ORDER BY priority DESC, votes DESC, 'Last comment date' ASC" \
77
--outputFormat 101 \

0 commit comments

Comments
 (0)