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": "[ TF plugin] HELP: GitHub Issue n. '"${ISSUE_NUMBER}"'",
35+ "summary": "TF plugin HELP: GitHub Issue n. '"${ISSUE_NUMBER}"'",
3636 "issuetype": {
3737 "id": "12"
3838 },
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 ~ \"[ TF plugin] HELP: GitHub Issue n. $ISSUE_NUMBER\""
82+ JIRA_QUERY="project = CLOUDP AND issuetype = Story AND resolution = Declined AND text ~ \"TF plugin HELP: GitHub Issue n. $ISSUE_NUMBER\""
8383
8484 # URL encode the query
8585 JIRA_URL=$(echo "$JIRA_QUERY" | jq -s -R -r @uri)
129129 ISSUE_NUMBER=${{ github.event.issue.number }}
130130 JIRA_API_TOKEN=${{ secrets.JIRA_API_TOKEN }}
131131
132- JIRA_QUERY="project = CLOUDP AND issuetype = Story AND resolution = Unresolved AND text ~ \"[ TF plugin] HELP: GitHub Issue n. $ISSUE_NUMBER\""
132+ JIRA_QUERY="project = CLOUDP AND issuetype = Story AND resolution = Unresolved AND text ~ \"TF plugin HELP: GitHub Issue n. $ISSUE_NUMBER\""
133133
134134 # URL encode the query
135135 JIRA_URL=$(echo "$JIRA_QUERY" | jq -s -R -r @uri)
You can’t perform that action at this time.
0 commit comments