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 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 },
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)
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)
You can’t perform that action at this time.
0 commit comments