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 32
32
"project": {
33
33
"id": "10984"
34
34
},
35
- "summary": "[ TF plugin] HELP: GitHub Issue n. '"${ISSUE_NUMBER}"'",
35
+ "summary": "TF plugin HELP: GitHub Issue n. '"${ISSUE_NUMBER}"'",
36
36
"issuetype": {
37
37
"id": "12"
38
38
},
79
79
ISSUE_NUMBER=${{ github.event.issue.number }}
80
80
JIRA_API_TOKEN=${{ secrets.JIRA_API_TOKEN }}
81
81
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\""
83
83
84
84
# URL encode the query
85
85
JIRA_URL=$(echo "$JIRA_QUERY" | jq -s -R -r @uri)
129
129
ISSUE_NUMBER=${{ github.event.issue.number }}
130
130
JIRA_API_TOKEN=${{ secrets.JIRA_API_TOKEN }}
131
131
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\""
133
133
134
134
# URL encode the query
135
135
JIRA_URL=$(echo "$JIRA_QUERY" | jq -s -R -r @uri)
You can’t perform that action at this time.
0 commit comments