Skip to content

Commit 6cd5192

Browse files
authored
chore: Adds JIRA prefix for GitHub issues (#1252)
1 parent 93ed0e5 commit 6cd5192

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/issues.yaml

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": "CFN HELP: GitHub Issue n. '"${ISSUE_NUMBER}"'",
3838
"issuetype": {
3939
"id": "12"
4040
},
@@ -79,7 +79,7 @@
7979
ISSUE_NUMBER=${{ github.event.issue.number }}
8080
JIRA_API_TOKEN=${{ secrets.JIRA_API_TOKEN }}
8181
82-
JIRA_QUERY="project = CLOUDP AND issuetype = Story AND resolution = Declined AND text ~ \"HELP: GitHub Issue n. $ISSUE_NUMBER\""
82+
JIRA_QUERY="project = CLOUDP AND issuetype = Story AND resolution = Declined AND text ~ \"CFN HELP: GitHub Issue n. $ISSUE_NUMBER\""
8383
8484
# URL encode the query
8585
JIRA_URL=$(echo "$JIRA_QUERY" | jq -s -R -r @uri)
@@ -127,7 +127,7 @@
127127
ISSUE_NUMBER=${{ github.event.issue.number }}
128128
JIRA_API_TOKEN=${{ secrets.JIRA_API_TOKEN }}
129129
130-
JIRA_QUERY="project = CLOUDP AND issuetype = Story AND resolution = Unresolved AND text ~ \"HELP: GitHub Issue n. $ISSUE_NUMBER\""
130+
JIRA_QUERY="project = CLOUDP AND issuetype = Story AND resolution = Unresolved AND text ~ \"CFN HELP: GitHub Issue n. $ISSUE_NUMBER\""
131131
132132
# URL encode the query
133133
JIRA_URL=$(echo "$JIRA_QUERY" | jq -s -R -r @uri)

0 commit comments

Comments
 (0)