We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25c3479 + 620171c commit fd6a714Copy full SHA for fd6a714
docs/downloads/automation-library/integrations/jira/jira_update_field.cm
@@ -28,3 +28,7 @@ automations:
28
has:
29
jira_ticket_in_title: {{ pr.title | includes(regex=r/\b[A-Za-z]+-\d+\b/) }}
30
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