Skip to content

Commit

Permalink
Update create_jira.yml
Browse files Browse the repository at this point in the history
-update issue tracker to new jira project
  • Loading branch information
alanjcharles authored Aug 5, 2024
1 parent 4f80a8e commit a71d530
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/create_jira.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: create
uses: atlassian/gajira-create@master
with:
project: LIBWEB
project: LIBRARIES
issuetype: Bug
summary: |
[${{ github.event.repository.name }}] (${{ github.event.issue.number }}): ${{ github.event.issue.title }}
Expand All @@ -33,8 +33,8 @@ jobs:
${{ github.event.issue.body }}
# Parent and Epic Link fields (set to same)
fields: '{
"parent": {"key": "LIBWEB-1530"},
"customfield_10002": "LIBWEB-1530"
"parent": {"key": "LIBRARIES-2048"},
"customfield_10002": "LIBRARIES-2048"
}'

- name: Log created issue
Expand Down

0 comments on commit a71d530

Please sign in to comment.