We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f849093 commit af6deddCopy full SHA for af6dedd
.github/workflows/issues.yaml
@@ -20,6 +20,7 @@ jobs:
20
ISSUE_BODY: ${{ github.event.issue.body }}
21
ISSUE_URL: ${{ github.event.issue.html_url }}
22
JIRA_API_TOKEN: ${{ secrets.JIRA_API_TOKEN }}
23
+ JIRA_ASSIGNEE: ${{ secrets.ASSIGNEE_JIRA_TICKET }}
24
run: |
25
json_response=$(curl --request POST \
26
--url 'https://jira.mongodb.org/rest/api/2/issue' \
@@ -42,7 +43,7 @@ jobs:
42
43
}
44
],
45
"assignee": {
- "name": "'"${ASSIGNEE_JIRA_TICKET}"'"
46
+ "name": "'"${JIRA_ASSIGNEE}"'"
47
48
49
}')
0 commit comments