Skip to content

Commit b53e317

Browse files
authored
chore: Adds JIRA prefix for GitHub issues (#509)
1 parent 83f3193 commit b53e317

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
@@ -32,7 +32,7 @@
3232
"project": {
3333
"id": "10984"
3434
},
35-
"summary": "HELP: GitHub Issue n. '"${ISSUE_NUMBER}"'",
35+
"summary": "SDK HELP: GitHub Issue n. '"${ISSUE_NUMBER}"'",
3636
"issuetype": {
3737
"id": "12"
3838
},
@@ -72,7 +72,7 @@
7272
ISSUE_NUMBER=${{ github.event.issue.number }}
7373
JIRA_API_TOKEN=${{ secrets.JIRA_API_TOKEN }}
7474
75-
JIRA_QUERY="project = CLOUDP AND issuetype = Story AND resolution = Declined AND text ~ \"HELP: GitHub Issue n. $ISSUE_NUMBER\""
75+
JIRA_QUERY="project = CLOUDP AND issuetype = Story AND resolution = Declined AND text ~ \"SDK HELP: GitHub Issue n. $ISSUE_NUMBER\""
7676
7777
# URL encode the query
7878
JIRA_URL=$(echo "$JIRA_QUERY" | jq -s -R -r @uri)
@@ -122,7 +122,7 @@
122122
ISSUE_NUMBER=${{ github.event.issue.number }}
123123
JIRA_API_TOKEN=${{ secrets.JIRA_API_TOKEN }}
124124
125-
JIRA_QUERY="project = CLOUDP AND issuetype = Story AND resolution = Unresolved AND text ~ \"HELP: GitHub Issue n. $ISSUE_NUMBER\""
125+
JIRA_QUERY="project = CLOUDP AND issuetype = Story AND resolution = Unresolved AND text ~ \"SDK HELP: GitHub Issue n. $ISSUE_NUMBER\""
126126
127127
# URL encode the query
128128
JIRA_URL=$(echo "$JIRA_QUERY" | jq -s -R -r @uri)

0 commit comments

Comments
 (0)