Skip to content

Commit d55dbfd

Browse files
authored
chore: Adds JIRA prefix for GitHub issues (#396)
1 parent e217685 commit d55dbfd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/issues.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"project": {
3535
"id": "10984"
3636
},
37-
"summary": "HELP: GitHub Issue n. '"${ISSUE_NUMBER}"'",
37+
"summary": "CDK HELP: GitHub Issue n. '"${ISSUE_NUMBER}"'",
3838
"issuetype": {
3939
"id": "12"
4040
},
@@ -78,7 +78,7 @@
7878
ISSUE_NUMBER=${{ github.event.issue.number }}
7979
JIRA_API_TOKEN=${{ secrets.JIRA_API_TOKEN }}
8080
81-
JIRA_QUERY="project = CLOUDP AND issuetype = Story AND resolution = Declined AND text ~ \"HELP: GitHub Issue n. $ISSUE_NUMBER\""
81+
JIRA_QUERY="project = CLOUDP AND issuetype = Story AND resolution = Declined AND text ~ \"CDK HELP: GitHub Issue n. $ISSUE_NUMBER\""
8282
8383
# URL encode the query
8484
JIRA_URL=$(echo "$JIRA_QUERY" | jq -s -R -r @uri)
@@ -126,7 +126,7 @@
126126
ISSUE_NUMBER=${{ github.event.issue.number }}
127127
JIRA_API_TOKEN=${{ secrets.JIRA_API_TOKEN }}
128128
129-
JIRA_QUERY="project = CLOUDP AND issuetype = Story AND resolution = Unresolved AND text ~ \"HELP: GitHub Issue n. $ISSUE_NUMBER\""
129+
JIRA_QUERY="project = CLOUDP AND issuetype = Story AND resolution = Unresolved AND text ~ \"CDK HELP: GitHub Issue n. $ISSUE_NUMBER\""
130130
131131
# URL encode the query
132132
JIRA_URL=$(echo "$JIRA_QUERY" | jq -s -R -r @uri)

0 commit comments

Comments
 (0)