Skip to content

Commit 620171c

Browse files
authored
add missing tickets variable
1 parent 25c3479 commit 620171c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/downloads/automation-library/integrations/jira/jira_update_field.cm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ automations:
2828
has:
2929
jira_ticket_in_title: {{ pr.title | includes(regex=r/\b[A-Za-z]+-\d+\b/) }}
3030
jira_ticket_in_branch: {{ branch.name | includes(regex=r/\b[A-Za-z]+-\d+\b/) }}
31+
32+
tickets:
33+
- {{branch.name | capture(regex=r/\b[A-Za-z]+-\d+\b/)}}
34+
- {{pr.title | capture(regex=r/\b[A-Za-z]+-\d+\b/)}}

0 commit comments

Comments
 (0)