File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 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 },
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)
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)
You can’t perform that action at this time.
0 commit comments