Skip to content

Commit 44af756

Browse files
committed
Don't move the priory of CLR issues back to 0 ever
That way the job will be 100% balanced with the job setting the priority to 1 automatically for all them.
1 parent 17af5f0 commit 44af756

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tracker_automations/set_integration_priority_to_zero/set_integration_priority_to_zero.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,15 +65,16 @@ done
6565
# plugin (and others), but they won't be compatible with Jira Cloud instances, so we are doing
6666
# it using exclusively JiraCLI and its facilities (requiring multiple actions to be executed).
6767

68-
# First, get all the issues that are blocked by others.
68+
# First, get all the issues that are blocked by others and are not CLR.
6969
${basereq} --action getIssueList \
7070
--search "project = 'Moodle' \
7171
AND 'Integration priority' > 0 \
7272
AND ( \
7373
('Currently in integration' = 'Yes' AND status != 'Reopened') \
7474
OR status = 'Waiting for integration review' \
7575
) \
76-
AND issueLinkType = 'is blocked by'" \
76+
AND issueLinkType = 'is blocked by' \
77+
AND 'Component Lead Review' != 'Yes'" \
7778
--file "${resultfile}"
7879

7980
# Iterate over found issues and get its list of links being "is blocked by"

0 commit comments

Comments
 (0)