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 8a7616c commit 9063d37Copy full SHA for 9063d37
.github/workflows/create-jira.yml
@@ -24,7 +24,7 @@ jobs:
24
id: create
25
uses: atlassian/gajira-create@master
26
with:
27
- project: LIBWEB
+ project: LIBRARIES
28
issuetype: Bug
29
summary: |
30
[${{ github.event.repository.name }}] (${{ github.event.issue.number }}): ${{ github.event.issue.title }}
@@ -33,8 +33,8 @@ jobs:
33
${{ github.event.issue.body }}
34
# Parent and Epic Link fields (set to same)
35
fields: '{
36
- "parent": {"key": "LIBWEB-1444"},
37
- "customfield_10002": "LIBWEB-1444"
+ "parent": {"key": "LIBRARIES-1963"},
+ "customfield_10002": "LIBRARIES-1963"
38
}'
39
40
- name: Log created issue
0 commit comments