File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 1+ on :
2+ issues :
3+ types : [opened]
4+
5+ name : Create Jira Issue
6+
7+ jobs :
8+ build :
9+ runs-on : ubuntu-latest
10+ name : Create Jira Issue
11+ steps :
12+ - name : Login
13+ uses : atlassian/gajira-login@v3
14+ env :
15+ JIRA_BASE_URL : ${{ secrets.JIRA_BASE_URL }}
16+ JIRA_USER_EMAIL : ${{ secrets.JIRA_ILYA_USER_EMAIL }}
17+ JIRA_API_TOKEN : ${{ secrets.JIRA_ILYA_API_TOKEN }}
18+
19+ - name : Create
20+ id : create
21+ uses : atlassian/gajira-create@v3
22+ with :
23+ project : MOB
24+ issuetype : Bug
25+ summary : " ${{ github.repository }}: #${{ github.event.issue.number }} by ${{ github.event.issue.user.login }}: ${{ github.event.issue.title }}"
26+ description : ${{ github.event.issue.body }}
27+ fields : ' {"customfield_11268": {"id": "10668"} }'
You can’t perform that action at this time.
0 commit comments